Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 824 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 824 Bytes

Snowbridge ERC721 Pallets

A Polkadot parachain for bridging arbitrary data from and to Ethereum.

Development

Follow these steps to prepare your local environment for Substrate development.

Requirements

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

Build

To build:

cargo build --workspace --release

Test

To test:

cargo test --workspace --features runtime-benchmarks