Direct Wallet Transfer

December 17, 2020 ยท View on GitHub

Support for the most Substrate/Polkadot based wallet applications. Smart Contract transfer function allows for the directly wallet-signed transfer of assets from application's address (distribution account) to the user's address and vice versa. There is also a possibility to add more wallets (distribution accounts) to the "White List".

Steps to make a transfer

  • Check token balance before transfer for Dave. It equals 0. check balance
  • We're going to transfer 100 tokens from Application account to Dave
  • Call transfer function check balance
  • Check balance of Application account and Dave. Dave should have 100 tokens: check balance

That's it!

< Back to the features list