effectai/effect-js

Better progress indicating for actions in the SDK

djmbritt opened this issue · 0 comments

Many actions have multiple steps that take a while and take some time:

  • upload to IPFS
  • perform EOS transaction(s)
  • wait for block
  • … (?)

It would be nice if the interface can receive progress notifications on these actions, to provide more accurate loaders for users

maybe this can work with callbacks