Rust implementation of the Interoperable State Machine Protocol. This project is funded by the web3 foundation.
This repo has been moved to the hyperbridge repo
This repo provides an implementation of the neccessary components laid out in the ISMP spec.
This guide assumes Rust and it's nightly version is installed.
To run the tests suite associated with this library;
cargo +nightly test --all-features --workspace
Please see CI for more test coverage.
docker run --memory="8g" --rm --user root -v "$PWD":/app -w /app rust:latest cargo test --release --manifest-path=./ismp-testsuite/Cargo.toml
This library is licensed under the Apache 2.0 License, Copyright (c) 2023 Polytope Labs.