Package Exports
- tidbit-contracts-zos
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tidbit-contracts-zos) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tidbit
A library for oracles on Ethereum.
Inheritance Tree
IOracle
|
v
OracleBase --------> BasicOracle ------> SignedOracle
| | |
v v v
PushOracleBase --> BasicPushOracle --> SingedPushOracleSetup
Install ZeppelinOS globally: npm install --global zos
Then run yarn install
chmod +x ./scripts/** to grant execute permissions on the scripts directory
Compile
Recompile contracts and build artifacts.
$ yarn compileZeppelinOS
Push contracts to a network
zos push --network developmentLink the Tidbit library
zos link tidbit-contracts-zosTest
Run yarn compile before first test run, and after any changes to the .sol files
$ yarn testRun yarn test:coverage to run with coverage reporting