alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

Integration tests for ERC20 transfer

Open JamesSmartCell opened this issue 3 years ago • 0 comments

Add Integration test for ERC20 Transfer:

  • Deploy ERC20 contract on Ganache (use standard ERC20 from OpenZeppelin, see TokenScriptCertificateTest)
  • Add Token to Wallet (use same method as in TokenScriptCertificateTest)
  • Do transfer
  • Check balance on target wallet.

JamesSmartCell avatar Sep 05 '22 02:09 JamesSmartCell