Formerly known as ibctest
.
interchaintest
orchestrates Go tests that utilize Docker containers for multiple
IBC-compatible blockchains.
It allows users to quickly spin up custom testnets and dev environments to test IBC, chain infrastructures, smart contracts, etc.
- Built-in suite of conformance tests to test high-level IBC compatibility between chain sets
- Easily construct customized tests in highly configurable environments
- Deployable as CI tests in production workflows
- Building Binary
- Usage:
- Running Conformance Tests - Suite of built-in tests that test high-level IBC compatibility
- Write Custom Tests
- Retaining Data on Failed Tests
- Deploy as GitHub CI Tests
While it is not necessary to build the binary, sometimes it can be more convenient, specifically when running conformance test with custom chain sets.
Building binary:
git clone https://github.com/strangelove-ventures/interchaintest.git
cd interchaintest
make interchaintest
This places the binary in interchaintest/.bin/interchaintest
Note that this is not in your Go path.
Contributing is encouraged.
Please read the logging style guide.
Significant bugs that were more easily fixed with interchaintest
: