0.1.2 • Published 6 years ago

tidbit-eth v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Tidbit EVM Package

A library for oracles on Ethereum.

Contracts

For more information on each contract checkout the documentation.

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

Install

npm install tidbit-eth

Pre-deployed contracts

- BasicOracle
- BasicPushOracle
- MedianOracle
- MultiOracle
- PaidMultiOracle
- PaidOracle
- SignedMultiOracle
- SignedOracle
- SignedPushOracle