Registry / networking / snowbridge-core

snowbridge-core

JSON →
library0.20.0rscratesunverified

Core library for the Snowbridge bridge between Polkadot and Ethereum, handling message passing and consensus.

# Cargo.toml [dependencies] snowbridge-core = "0.20.0"
INSTALL
IMPORT
SIG · SNOWBRIDGE-CORE
S
snowbridge-core
networkingrustv0.20.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Message
use snowbridge_core::Message;

Creates a new Snowbridge message.

use snowbridge_core::Message; fn main() { let msg = Message::new(b"hello".to_vec()); println!("Message: {:?}", msg); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.20.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
snowbridge-core — cargo add snowbridge-core · libregistry