Skip to content

ozkriff/exonum-testkit

 
 

Repository files navigation

exonum-testkit

Version Build status Build status Gitter

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.1.0"

Read more...

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.

About

Solution for testing services for the exonum blockchain framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%