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
  • Pull the docker image
  • Start a dev node

Was this helpful?

  1. Getting Started

Setting Up a Node use docker image

An alternative to building locally is to use docker to run a pre-build binary. The only requirement is to have Docker installed.

Pull the docker image

docker pull shadowsnetwork/shadows-parachain-testnet:latest

Start a dev node

docker run --rm -p 127.0.0.1:9944:9944  shadowsnetwork/shadows-parachain-testnet --dev
PreviousSetting Up a NodeNextSetting Up Polkadot-js-apps

Last updated 4 years ago

Was this helpful?