6 releases
0.2.2 | Nov 8, 2024 |
---|---|
0.2.1 | Oct 15, 2024 |
0.2.0 | Sep 19, 2024 |
0.1.2 | May 10, 2024 |
#309 in Magic Beans
232 downloads per month
Used in 13 crates
105KB
2K
SLoC
Rust implementation of the Interoperable State Machine Protocol. This project is funded by the web3 foundation.
Overview
This repo provides an implementation of the neccessary components laid out in the ISMP specifications.
Message
DefinitionsMessage
HandlersConsensusClient
andStateMachineClient
definitionsIsmpHost
definitionsIsmpRouter
definitionsIsmpDispatcher
definitions
License
This library is licensed under the Apache 2.0 License, Copyright (c) 2024 Polytope Labs.
lib.rs
:
The Interoperable State Machine Protocol
Rust implementation of the Interoperable State Machine Protocol. This library is intended to aid state machines communicate over ISMP with other ISMP supported state machines.
Overview
This repo provides an implementation of the neccessary components laid out in the ISMP protocol specification.
Message
DefinitionsMessage
HandlersConsensusClient
andStateMachineClient
definitionsIsmpHost
definitionsIsmpRouter
definitionsIsmpDispatcher
definitions
NOTE: All timestamps are denominated in seconds Some useful imports in the crate prelude.
Dependencies
~2.8–4.5MB
~87K SLoC