Easy to run substrate node using docker. It provides both substrate-node-template and substrate-front-end-template for development
- Install docker & docker-composer
- Download source code & run
$ git clone https://github.com/hawkingnetwork/substrate-node-template-docker.git substrate
$ cd substrate
$ docker-composer -up -d
- Open browser and enter url to access substrate front end:
http://localhost:8000
if you run on your computerhttp://serverip:8000
if you run on your server- Note: if you wanna run on your server, please replace your
server's ip
in line (https://github.com/hawkingnetwork/substrate-node-template-docker/blob/master/docker-compose.yml#L39)- PROVIDER_SOCKET=ws://127.0.0.1:9944
To get more information please refer these links