Referenced docker file.
To participate in the Supernode Program, please see below.
Docker installation is required.
Clone this repository:
git clone https://github.com/curupo/nem-docker.gitcd nem-dockerThe required values must be set. See the documentation for details:
vi .docker/nis/config-user.properties
If you are participating in the Supernode Program, you will also need the following:
vi .docker/servant/config.properties
Build and start the docker container:
docker compose up -dcurl http://localhost:7890/node/extended-info | jq
curl http://localhost:7890/chain/height | jqRebuild and start the docker container:
docker compose down
docker compose up --build