Replies: 2 comments 1 reply
-
To receive, you can create an account with: Then to send it, you'd be calling a contract so something like this: export WEB3_PRIVATE_KEY=0xYOUR_PRIVATE_KEY
export WEB3_RPC_URL=INFURA_OR_SOME_RPC_URL
web3 contract call --address TUSD_CONTRACT_ADDRESS --abi erc20 --function transfer 0x_TO_ADDRESS AMOUNT_IN_WEI |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for that! Almost have it together, but a couple of questions
Thank you for your time!! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry for this question, but I am struggling to figure this out. How to receive TUSD via web3 client and how to send TUSD to another address via the web3 client. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions