Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 276 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 276 Bytes

Practical Decentralized Oracle

A decentralized oracle network considering latency, liveness, and Byzantine fault tolerance.

Usage

  1. Install dependencies
npm install
  1. Compile the smart contracts and run the test cases
truffle compile
truffle test