Crates.io | ismp-parachain |
lib.rs | ismp-parachain |
version | 1.15.1 |
source | src |
created_at | 2024-05-02 14:01:07.214309 |
updated_at | 2024-10-15 11:44:29.095878 |
description | Parachain consensus client for pallet-ismp |
homepage | https://docs.hyperbridge.network/developers/polkadot/integration |
repository | https://github.com/polytope-labs/hyperbridge |
max_upload_size | |
id | 1227776 |
size | 24,819 |
This allows parachains communicate over ISMP leveraging the relay chain as a consensus oracle.
The consensus client relies on a pallet which stores a list of parachains whom we intend to track their finalized states. This can be paired with an inherent provider which includes the proofs for the relevant parachains configured in the pallet at every block.
The Pallet allows the AdminOrigin
configured in pallet-ismp
to dispatch calls for adding and removing parachains from the pallet whitelist.
This library is licensed under the Apache 2.0 License, Copyright (c) 2024 Polytope Labs.