Skip to content

EvgeniiZaitsevCW/ez-frontier-node-template

 
 

Repository files navigation

Modified Substrate Frontier Node Template

This template is built on the base of the original repository to test some Solidity contracts on a Substrate network with Ethereum compatible layers.

To test contracts using the HardHat tools the following have been introduced into the original code:

Usage

  1. Run the following command (from the repository root dir) to build: cargo build --release. It could take 10 or more minutes depending on your machine characteristics.
  2. Run the following command (from the repository root dir) to up the local Substrate test network with temporary storage:./target/release/frontier-template-node --dev --tmp
  3. Configure and run your test on the executing network.

Packages

No packages published

Languages

  • Rust 93.5%
  • JavaScript 3.3%
  • Nix 1.7%
  • Dockerfile 1.5%