Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.24 KB

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.