Skip to content

Constant-chain wallet client for Mobile App. This tool need a constant-chain full node to run, but not use node to create txs

Notifications You must be signed in to change notification settings

vovietanh/incognito-chain-wallet-client-app

Repository files navigation

Constant Chain Wallet Client App

Setup React Native following this guide: React Native Setup

Run project:

Install dependencies, make sure Yarn was installed

yarn

Make sure you copied .sample.env to .env (or .env.production in production build, will fallback to .env if this file was not exist) for setting enviroment varibles.

Link to incognito-chain-web-js (because The yarn/npm link command doesn't work because React Native packager doesn't support symlinks.)

yarn add `path/to/local/project/incognito-chain-web-js`
yarn postinstall

Start project in development

react-native run-android (for Android)
react-native run-ios (for iOS)

Additional

React Native Debugger can help more easier to debug the app.

VSCode is recommended.

Unit Testing with Jest.

About

Constant-chain wallet client for Mobile App. This tool need a constant-chain full node to run, but not use node to create txs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •