@levelk/tidbit

0.1.1 • Public • Published

Tidbit

A library for oracles on Ethereum.

Contracts

For more information on each contract checkout the documentation.

Inheritance Tree
IOracle
   |
   v
OracleBase --------> BasicOracle ------> SignedOracle
   |                      |                   |
   v                      v                   v
PushOracleBase --> BasicPushOracle --> SignedPushOracle

Setup

Then run npm install

chmod +x ./scripts/** to grant execute permissions on the scripts directory

Compile

Recompile contracts and build artifacts.

$ npm run compile

Test

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

Readme

Keywords

none

Package Sidebar

Install

npm i @levelk/tidbit

Weekly Downloads

6

Version

0.1.1

License

MIT

Unpacked Size

5.66 MB

Total Files

79

Last publish

Collaborators

  • mfcalvanese
  • emag3m