Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.63 KB

Exonum Time Oracle

Travis Build Status Docs.rs License: Apache-2.0 rust 1.36.0+ required

exonum-time is a time oracle service for Exonum blockchain framework. This service allows to determine time, import it from the external world to the blockchain and keep its current value in the blockchain.

Usage

Include exonum-time as a dependency in your Cargo.toml:

[dependencies]
exonum = "0.13.0-rc.2"
exonum-cli = "0.13.0-rc.2"
exonum-time = "0.13.0-rc.2"

Examples

Examples of the node with exonum-time service, and service using exonum-time service to obtain current time can be found in the examples folder:

Further Reading

Consult the service description in Exonum docs for a more high-level perspective, in particular, the design rationale and the proof of correctness.

Other languages support

License

exonum-time is licensed under the Apache License (Version 2.0). See LICENSE for details.