I am new to the Ethereum blockchain and would like some guidance as to her to develop a cryptocurrency wallet specifically for USDT & USDC tokens.
Thanks.
node.js
I am new to the Ethereum blockchain and would like some guidance as to her to develop a cryptocurrency wallet specifically for USDT & USDC tokens.
Thanks.
node.js
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Aarav Joshi -
Daniel J. Saldaña -
Mike Young -
Mike Young -
Top comments (1)
Find an ethereum node to use. Then, you can just use
web3.js
to create transactions. If you want to make it so you can only do transactions for USDT and USDC, you don't have to do that much, because your UI and frontend can just not have any inputs that allow you to use other tokens.