??? Coingrig Mobile Wallet

Next-Gen Crypto Wallet. A powerful crypto wallet for everyone,
unique features and open source

Building Locally

The code is built using React-Native.

  • Install Node.js

    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
  • Install the shared React Native dependencies (React Native CLI, not Expo CLI)

  • Install cocoapods by running:

sudo gem install cocoapods
  • Clone this repo and install our dependencies:

git clone https://github.com/coingrig/mobile-wallet
cd mobile-wallet
yarn # this will install all dependecies
cd ios && pod install && cd .. # install pods for iOS

Android

  • Install the Android SDK, via Android Studio.
    • MetaMask Only: To create production builds, you need to install Google Play Licensing Library via the SDK Manager in Android Studio.
  • Install the Android NDK, via Android Studio‘s SDK Manager.
  • Install the correct emulator
  • Finally, start the emulator from Android Studio, and run:

npx react-native run-android

iOS

npx react-native run-ios

Code of Conduct

This library has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

License

The Coingrig Core Library is licensed under the License.

Follow us on Twitter

Website coingrig.com

GitHub

View Github