This is a metamask mobile app clone created with react native and hardhat.
This app can perform task like :
- creation of a wallet
- import a old wallet with private key
- send and receive token over local blockchain
- add new accounts in a wallet
- add tokens other than ethereum and swap them
- install required packages, in blockchain and client folder run
yarn install
- start the local blockchain
cd blockchain yarn hardhat node
- run the react native app
cd client yarn start
- create a new wallet with seed phrase.
- add eth to account
cd blockchain yarn hardhat sendEth --address <address> --amount <amount in eth>
- Now use that address to send eth and token from the app.