Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 582 Bytes

File metadata and controls

17 lines (14 loc) · 582 Bytes

Substrate Test Node

A substrate test node that is used for testing the substrate-api-client.

The following modifications have been added to the standard node-template:

  • Added the contracts-module (srml-contracts)
  • Added a minimalistic Kitty module (using custom storage structure)

build from source

Given you have all substrate prerequisites, you can just do

cargo build --release

then run with

./target/release/substrate-test-node --dev