Skip to content

fizzbuzz99/blockchain-eth-simple-oracle

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • Solidity 19.2%
  • Shell 1.1%