Sign inSign up

stromdao/substrate-dev

By stromdao

Updated about 5 years ago

Get a basic substrate purpose-built blockchain environment for development

Image
0

153

stromdao/substrate-dev repository overview

Dev Substrate Node

Docker to get a real simple substrate node for development. This Image will let you jumpstart to the interact sample of the substrate tutorial.

  • Runs Frontend-Template on Port 8000
  • Runs Development node on Port 9944

Run

docker pull stromdao/substrate-dev:latest
docker run -tiP -p 8000:8000 -p 9944:9944 stromdao/substrate-dev

Build

git clone https://github.com/energychain/substrate-dev.git
cd substrate-dev
docker build .

Purpose

During development it seemed to take to much time to setup a mockup environment that could be used. This Dockerfile should be just a kind of inspiration.

Tag summary

Content type

Image

Digest

Size

841.2 MB

Last updated

about 5 years ago

docker pull stromdao/substrate-dev