Hydro Wallet for Storing and sharing Hydro Tokens
Project Hydro enables developers to seamlessly deploy blockchain in their existing applications, without the need to create expensive infrastructure. We're at the cutting edge of fintech, and we're excited to have you involved!
This repository contains the code that powers Hydro Wallet that features Snowflake and Client-side Raindrop
- client-raindrop: Client-Side Raindrop
- snowflake: Identity Management
Make sure you have react-native-cli
installed.
# Clone Repo
$ git clone `https://github.com/HydroBlockchain/Wallet-Frontend.git`
# Install dependencies
$ yarn install
# Run project on connected Android device or running Android simulator
$ react-native run-android
CocoaPods 1.3+ is required
# Run from your terminal to install the library.
$ cd ios
$ pod install
$ cd ../
# Run Hydro on iOS device or running IOS simulator
$ react-native run-ios