Shadows Network
  • Shadows Network Docs
  • Getting Started
    • Tutorial
    • Setting Up a Node
    • Setting Up a Node use docker image
    • Setting Up Polkadot-js-apps
    • Setting Up Polkadot-js-apps use docker image
  • Pancake LP User Guide
  • Shadows Dapp (beta) - Tutorial 1
  • Shadows Dapp(beta)-Tutorial 2
  • Shadows Dapp Tutorial
Powered by GitBook
On this page
  • 1. Building
  • 2. Run
  • 3. Development

Was this helpful?

  1. Getting Started

Setting Up a Node

Setting Up a Shadows Node

1. Building

Install Rust:

curl https://sh.rustup.rs -sSf | s

Make sure you have submodule.recurse set to true to make life with submodule easier.

git config --global submodule.recurse true

Install required tools and install git hooks:

make init

Build all native code:

make build

2. Run

You can start a development chain with

make run

3. Development

To type check:

make check

To purge old chain data:

make purge

To purge old chain data and run:

make restart
PreviousTutorialNextSetting Up a Node use docker image

Last updated 4 years ago

Was this helpful?