ethoracle-barebones
ethoracle-barebones copied to clipboard
Barebones Oracle example for Ethereum
Hello! 1. I cloned this project 2. Installed required libraries (instead 'testrpc' npm advised 'ganache-cli') 3. When i run 'truffle compile && truffle migrate' i gets errors, because needed to...
Hi team, great tute for deploying an oracle on local testrpc.. We know it's straightforward to change truffle.js to deploy contracts to another network than local. ***However, are we able...
Was trying to experiment with oracles and when I run the oracle.js file it gives me the following error: ``` PS C:\dev\oracleCMC\ethoracle-barebones> node .\oracle.js module.js:544 throw err; ^ Error: Cannot...