Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.3 KB

exonum-testkit

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

Testkit for Exonum blockchain is a framework that allows to test operation of the whole service. Specifically, it allows to test transaction execution and APIs in the synchronous environment (without consensus algorithm) and in the same system process.

Usage

Just add the following line to the Cargo.toml:

[dev-dependencies]
exonum-testkit = "0.5.0"

For more details, see Exonum documentation

Examples

See the tests and examples folders for examples of building a service and then testing it with the testkit.

License

Licensed under the Apache License (Version 2.0). See LICENSE for details.