Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.12 KB

File metadata and controls

33 lines (19 loc) · 1.12 KB

React Native Crypto Wallet Template

A bare minimum react native app already having ethers js and bitcoinjs-lib libraries integrated to provide a hassle free dev experience.

Constraints

  1. The template is pretty new so there might be issues.

  2. Currently no documentation exists and no example either. If any issue faced kindly report in the issues section.

  3. Version Constraints:

    i) React Native version: 0.70.6, 
    ii) Ethers js version: 5.7.2,
    iii) Bitcoinjs-lib: 6.0.2
    

How to use

Simplye clone the project and run yarn install or simply yarn.

Acknowledgements