A Polkadot parachain for bridging arbitrary data from and to Ethereum.
Follow these steps to prepare your local environment for Substrate development.
Refer to the instructions at the Substrate Developer Hub.
To add context to the above instructions, the parachain is known to compile with the following versions of Rust:
- stable: 1.58
- nightly: 1.60.0-nightly
To build:
cargo build --workspace --release
To test:
cargo test --workspace --features runtime-benchmarks