Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kunsachdeva authored Aug 22, 2018
1 parent a120096 commit b5ceb4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# React Native Blockchain Skeleton πŸ’€

__Warning: Tested βœ… on react-native version 0.55.0 only__

__Warning: Storing `MNEMONIC` in πŸ” unecrypted format__

## Usage
Expand All @@ -14,6 +15,6 @@ __Warning: Storing `MNEMONIC` in πŸ” unecrypted format__

We are using `web3` version `0.20.5`. Don't use version `1.x`. The way web3 version 1.0 manages dependencies differs greatly from 0.20.x. Read more here https://web3js.readthedocs.io/en/1.0/ .

Blockchain apps need some libraries that are part of node.js but react-native does not have it, so we add `node-libs-react-native` as extra modules in `rn-cli.config.js`.
Blockchain apps need some libraries that are part of node.js but react-native does not have them, so we add `node-libs-react-native` as extra modules in `rn-cli.config.js`.

We are using `truffle` & infura network to connect to the blockchain and have a wallet. You have to input your `MNEMONIC` and may not be safe for production.

0 comments on commit b5ceb4d

Please sign in to comment.