DEV Community

Cover image for How can one create a cryptocurrency wallet that supports USDT & USDC coins most likely using Node.js?
Habeeb Mac-iver
Habeeb Mac-iver

Posted on

How can one create a cryptocurrency wallet that supports USDT & USDC coins most likely using 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

Top comments (1)

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.