npm install -g truffle ethereumjs-testrpc
npm install
ganache-cli &
truffle compile && truffle migrate
node oracle.js
node client.js
Thanks to Kendrick for base code https://github.com/kendricktan/ethoracle-barebones
A simple ethereum based oracle network, contract, server in NodeJS
JavaScript