A library for oracles on Ethereum.
For more information on each contract checkout the documentation.
IOracle
|
v
OracleBase --------> BasicOracle ------> SignedOracle
| | |
v v v
PushOracleBase --> BasicPushOracle --> SignedPushOracle
Then run npm install
chmod +x ./scripts/**
to grant execute permissions on the scripts directory
Recompile contracts and build artifacts.
$ npm run compile
Run npm run compile
before first test run, and after any changes to the .sol
files
$ npm test
Run npm run test:coverage
to run with coverage reporting