Wonpay Wallet is a secure, feature-rich cryptocurrency wallet built with React Native. This mobile application allows users to manage, store, and trade cryptocurrencies with ease and security.
We take the safety of your assets seriously, with strict verification and password requirements ensuring that only you have access to your assets. Private encryption keys and mnemonics keep your funds secure even if you lose your device.
Wonpay gives you the freedom to trade crypto freely. Our peer-to-peer marketplace connects you with people to trade with securely and privately.
Access your critical assets securely anytime, anywhere. With private encryption keys and mnemonics, don't worry about losing your assets if you lose your device.
- 🔐 Secure wallet creation and management
- 💸 Send and receive cryptocurrency
- 📱 QR code scanning and generation for transactions
- 📒 Address book for managing contacts
- 🌐 Multi-currency support
- 📊 Transaction history and tracking
Make sure you have completed the React Native Environment Setup instructions before proceeding.
- Clone the repository
git clone https://github.com/MicroBitcoinOrg/wonpay-wallet.git
cd wonpay-wallet
- Install dependencies
yarn install
# or
npm install
- Post-installation setup
yarn postinstall
# or
npm run postinstall
yarn start
# or
npm start
yarn android
# or
npm run android
yarn ios
# or
npm run ios
wonpay-wallet/
├── android/ # Android native code
├── ios/ # iOS native code
├── src/
│ ├── assets/ # Images, fonts and other static assets
│ ├── components/ # Reusable UI components
│ ├── providers/ # Context providers
│ ├── routes/ # Navigation related code
│ ├── screens/ # App screens
│ ├── services/ # API services and hooks
│ ├── store/ # State management
│ ├── theme/ # UI theme configuration
│ ├── types/ # TypeScript type definitions
│ └── utils/ # Utility functions
└── ...
Contributions are welcome! Please feel free to submit a Pull Request.
Wonpay is an open-source project supported by the Commons foundation, working together for a sustainable human community.
- Website: https://wonpay.io/
This project is licensed under the MIT License. See the LICENSE file for details.