Skip to content

curupo/nem-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NEM Docker

Referenced docker file.

To participate in the Supernode Program, please see below.

Prerequisites

Docker installation is required.

Installation

Clone this repository:

git clone https://github.com/curupo/nem-docker.git
cd nem-docker

How to run

The 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 -d
curl http://localhost:7890/node/extended-info | jq
curl http://localhost:7890/chain/height | jq

Rebuild and start the docker container:

docker compose down
docker compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors