DEV Community

Discussion on: How can one create a cryptocurrency wallet that supports USDT & USDC coins most likely using Node.js?

Collapse
 
shadowtime2000 profile image
shadowtime2000

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.