ethoracle-barebones icon indicating copy to clipboard operation
ethoracle-barebones copied to clipboard

Barebones Oracle example for Ethereum

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