Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.17 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.17 KB

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.