An all-in-one Cryptocurrency wallet, built for IOS & Android mobile.
- Balances (currently Bitcoin, Litecoin & Dogecoin)
- Transfer coin via QR code
- Recent Transactions
- Exchange Information for the provided currencies
- Market Graph Information for popular currencies
- Currency calculator
- Latest Cryptocurrency News
-
git clone https://github.com/rainierlouis/Blocklet.git
or download the zip file. -
cd /client
. -
npm install
to begin dependencies installation. -
npm start
to boot up the development server. -
Scan the barcode with the Expo app on your phone or follow the terminal instructions to load up the emulator on your machine.
Front:
- React Native / Elements / Animatable
- React Navigation
- Redux
- Expo
Back:
- Node
- Koa
- MongoDB / Mongoose
Misc:
- Block.io API
- CoinMarketCap API
- Lionshare API
- News API
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details