/waves-sandbox-deploy

Waves Enterprise Sandbox Deployment Instructions

Waves Sandbox deploy

Prepare directory

mkdir -p ~/waves-sandbox ; cd ~/waves-sandbox

Download docker-compose.yml

curl -L https://github.com/waves-enterprise/WE-releases/releases/download/v1.4.0/docker-compose.yml > docker-compose.yml

Install sandbox

docker run --rm -ti -v $(pwd):/config-manager/output wavesenterprise/config-manager:v1.4.0

Run the sandbox

docker-compose up -d

Connect to the nodes

Client application: http://127.0.0.1/

Node REST API: http://localhost/node-0

Stop the sandbox

docker-compose down