0

How can I create a function which allows to import new custom ERC20 Token and Send & Receive function in my Crypto Wallet? I'm using React Native? Any example codes or github repos will be helpful.

Desire solution: In my Crypto wallet, I would like to have a function like the MetaMask. User allows to add custom ERC20 Token with Send,Receive and Total Balance function. How could I achieve that in React Native app? Is there any open source libraries I can use?

David
  • 607
  • 1
  • 6
  • 19
  • Are you wanting to build a mobile wallet application? – abcoathup Jul 10 '19 at 02:09
  • @abcoathup - Yes. It is a mobile application using React Native. – David Jul 10 '19 at 02:37
  • @abcoathup are you talking about a mobile wallet that you can add new ERC20 tokens to? What about automatically adding the tokens based on a users address? – foba Jul 10 '19 at 19:11
  • @abcoathup - Oh yea! I need that as well. What I want is really exactly the function in MetaMask. Which allow user to add new ERC20 token and auto interact with the corresponding user account.Do you think you can provide some information to me about that? Or, do you have any boilerplate code I can refer to? – David Jul 11 '19 at 00:06
  • Some mobile wallets that have some open source code and some have libraries, please check the licences. + Trust Wallet: https://github.com/trustwallet + Status.im: https://github.com/status-im + Balance.io: https://github.com/balance-io + Rainbow: https://github.com/rainbow-me/rainbow – abcoathup Jul 11 '19 at 09:56

0 Answers0