Skip to content

MicroBitcoinOrg/wonpay-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wonpay Wallet

Wonpay Logo

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.

Features

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.

Extensibility

Wonpay gives you the freedom to trade crypto freely. Our peer-to-peer marketplace connects you with people to trade with securely and privately.

Borderless

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.

Key Capabilities

  • 🔐 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

Getting Started

Prerequisites

Make sure you have completed the React Native Environment Setup instructions before proceeding.

Installation

  1. Clone the repository
git clone https://github.com/MicroBitcoinOrg/wonpay-wallet.git
cd wonpay-wallet
  1. Install dependencies
yarn install
# or
npm install
  1. Post-installation setup
yarn postinstall
# or
npm run postinstall

Running the App

Starting Metro Server

yarn start
# or
npm start

For Android

yarn android
# or
npm run android

For iOS

yarn ios
# or
npm run ios

Development

Project Structure

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
└── ...

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

Wonpay is an open-source project supported by the Commons foundation, working together for a sustainable human community.

Resources

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Wonpay mobile application written in React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages