Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.04 KB

direct_wallet_transfer.md

File metadata and controls

15 lines (12 loc) · 1.04 KB

Direct Wallet Transfer

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