Skip to content

ansmirnov/waves-sandbox-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

About

Waves Enterprise Sandbox Deployment Instructions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published