An all-in-one Cryptocurrency wallet, built for iOS & Android mobile.
- Exchange Information for the over 40 currencies
- Market Graph Information for historical prices
- Backend API of historical token prices (40+)
- Currency calculator
- Latest Cryptocurrency News
- User Token Portfolio
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.
-
cd /server
-
npm install
to begin dependencies installation. -
mongod
to start database -
nodemon App.js
to boot up the server & initialise API to begin fetching data.
Front:
- React Native / Elements / Animatable
- React Navigation
- Redux
- Expo
Back:
- Node.js
- Koa.js
- MongoDB / Monk
API:
- Block.io API
- Homemade API (historical prices)
- News API
- Google & Facebook API (Logins)