added web3 to interface with ethereum rpc server
This commit is contained in:
parent
7c6e7c644a
commit
dbd39babb0
|
@ -7,6 +7,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"react-native": "0.20.0",
|
||||
"react-native-contacts": "^0.2.1"
|
||||
"react-native-contacts": "^0.2.1",
|
||||
"web3": "^0.15.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue