polytope-labs / ismp-rs

Implementation of the Interoperable State Machine Protocol in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ismp-rs Unit Tests

Rust implementation of the Interoperable State Machine Protocol. This project is funded by the web3 foundation.

Deprecation

This repo has been moved to the hyperbridge repo

Overview

This repo provides an implementation of the neccessary components laid out in the ISMP spec.

Testing and Testing Guide

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.

Run Test in Docker

docker run --memory="8g" --rm --user root -v "$PWD":/app -w /app rust:latest cargo test --release --manifest-path=./ismp-testsuite/Cargo.toml

License

This library is licensed under the Apache 2.0 License, Copyright (c) 2023 Polytope Labs.

About

Implementation of the Interoperable State Machine Protocol in Rust.

License:Apache License 2.0


Languages

Language:Rust 100.0%