Get a basic substrate purpose-built blockchain environment for development
153
Docker to get a real simple substrate node for development. This Image will let you jumpstart to the interact sample of the substrate tutorial.
docker pull stromdao/substrate-dev:latest
docker run -tiP -p 8000:8000 -p 9944:9944 stromdao/substrate-dev
git clone https://github.com/energychain/substrate-dev.git
cd substrate-dev
docker build .
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.
Content type
Image
Digest
Size
841.2 MB
Last updated
about 5 years ago
docker pull stromdao/substrate-dev