Skip to content

Incognito wallet client for Mobile App to stake, monitor a node, create private transactions, etc

Notifications You must be signed in to change notification settings

reubenyap/incognito-wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incognito Chain Wallet

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
yarn postinstall

Start project in development

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

Additional recommended

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

VSCode is recommended.

Unit Testing with Jest.

About

Incognito wallet client for Mobile App to stake, monitor a node, create private transactions, etc

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.7%
  • TypeScript 2.1%
  • Java 0.4%
  • Objective-C 0.4%
  • Ruby 0.3%
  • Shell 0.1%