Skip to content

ICE Blockchain is an EVM and Wasm compatible network built with Parity’s Substrate framework.

License

Notifications You must be signed in to change notification settings

ibrizsabin/ice-substrate

 
 

Repository files navigation

license

Twitter URL Medium Telegram

ICE Network is an EVM compatible network built with Parity’s Substrate framework. ICE is the first network to use the Substrate SDK to extend the feature-set of an existing layer one blockchain protocol. In addition, ICE will provide the much-needed addition of EVM compatibility to the ICON ecosystem

Build & Run

To build the chain, execute the following commands from the project root:

$ cargo build --release

To execute the chain, run:

$ ./target/release/ice-node --dev

The node also supports to use manual seal (to produce block manually through RPC).
This is also used by the ts-tests:

$ ./target/release/ice-node --dev --manual-seal

About

ICE Blockchain is an EVM and Wasm compatible network built with Parity’s Substrate framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 95.9%
  • Shell 3.0%
  • Other 1.1%