kendricktan / ethoracle-barebones

Barebones Oracle example for Ethereum
https://kndrck.co/posts/ethereum_oracles_a_simple_guide/
19 stars 9 forks source link

Barebones example

Setting up

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

Running your Oracle

node oracle.js

Running your client

node client.js