effect-js
effect-js copied to clipboard
Better progress indicating for actions in the SDK
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