added web3 to interface with ethereum rpc server

This commit is contained in:
Jarrad Hope 2016-02-23 16:44:14 +01:00
parent 7c6e7c644a
commit dbd39babb0
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}
}