This app is build using React-native
- Import Multicoin Wallet using ERC secret phrase.
- Import Legacy Wallet
- Send/Receive Funds
- Handle ndau accounts
- Conversion ndau to npay
- Wallet connect for Dapps
- NFT's
The purpose of this app to Create/Import multi-coin wallet having ndau and ERC-20 at same.
React-Native - version 0.72.3 Node.js v18.16.1 to run. npm v9.5.1 yarn v1.22.19 (preferred)
cd ndau-wallet
yarn install
yarn pods -> will run these commands at same time (cd ios, pods install, cd .., yarn ios)
cd ndau-wallet
yarn install
yarn android