From b5ceb4d26f28c9f60893a5071819aa980805908b Mon Sep 17 00:00:00 2001 From: Kunal Sachdeva Date: Wed, 22 Aug 2018 21:18:37 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c583d4..9676e5e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.