exonum-time

Crates.ioexonum-time
lib.rsexonum-time
version1.0.0
sourcesrc
created_at2018-02-01 11:15:00.712637
updated_at2020-03-31 16:20:41.156538
descriptionThe time oracle service for Exonum.
homepagehttps://exonum.com/
repositoryhttps://github.com/exonum/exonum
max_upload_size
id49136
size148,388
formats (github:rustcrypto:formats)

documentation

https://docs.rs/exonum-time

README

Exonum Time Oracle

Travis Build Status Docs.rs License: Apache-2.0 rust 1.42.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 = "1.0.0"
exonum-cli = "1.0.0"
exonum-time = "1.0.0"

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.

Commit count: 5680

cargo fmt