jimmychu0807/substrate-front-end-template

Transfer of tokens don't work

Opened this issue ยท 6 comments

After running a node in dev mode and then using the front-end to view the blockchain activity, if a user tries to send tokens from one account to another it fails. I have identified and submitted the fix previously.

in Transfer.js line 84 needs to be modified and method name needs to be updated. a fix has been submitted, I am assuming it is being reviewed.

This fixed my problem. Not sure why it is not being merged.
Thanks @fzeeshan

This fixed my problem too. thanks @fzeeshan

I'm glad. It's a simple fix but I'm not sure why they didn't merge it. I also found work around all the broken tutorials.

thanks for sharing @fzeeshan this fixed issues for me as well, after several hours of debugging. it's a shame when tutorials have issues such as this. below is the PR with the fix. can you add a thumbs up emoji there? i've seen that get the team's attention, the more people react to a PR.

#280

By the way, in addition to this, I have also fixed node authorization tutorial on Substrate website, I already created a pull request and submitted the changes.