Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 322 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 322 Bytes

Setting up

npm install -g truffle ethereumjs-testrpc
npm install
ganache-cli &
truffle compile && truffle migrate

Running your Oracle

node oracle.js

Running your client

node client.js

Credits

Thanks to Kendrick for base code https://github.com/kendricktan/ethoracle-barebones