Deploying the platform in Sandbox mode¶
In the trial mode you can interact with the blockchain through the client application, or REST/gRPC node interfaces: send transactions, receive data from the blockchain, set and call smart contracts, and transfer confidential data between nodes.
Создайте рабочую директорию и поместите туда файл
docker-compose.yml
, который вы можете скачать с официальной страницы Waves Enterprise на GitHub, выбрав самый свежий релиз. Также скачать этот файл вы можете при помощи wget в терминале:
wget https://github.com/waves-enterprise/WE-releases/releases/download/v1.5.0/docker-compose.yml
To install the platform in Sandbox mode, open the terminal and go to the directory where the file
docker-compose.yml
is located, and execute the following command:
docker run --rm -ti -v $(pwd):/config-manager/output wavesenterprise/config-manager:v1.5.0
After the platform is deployed, all created passwords and addresses are stored in the credentials.txt
file, which is located in the working directory.
Wait for the results of the previous command and run the following command:
docker-compose up -d
Attention
On Linux, you may need to have root right to execute commands.
After launching the containers, the client application will be available at http://localhost
, swagger host of the node - http://localhost/node-0
.
To stop running nodes and services, execute the following command:
docker-compose down
The network will operate till the 30 000 blocks height without a license. It is not necessary to get license for the sandbox mode.