/blockchain-eth-simple-oracle

A simple ethereum based oracle network, contract, server in NodeJS

Primary LanguageJavaScript

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