Quick Start
The information above is based on AWS ec2 instance, ubuntu LTS 20.04
Requirements
Docker-Compose
Using Docker
For aligned environments, we recommend using Docker.
Please refer to the links when you have problems regarding Docker installation.
Launch (v1.0.5 ~)
Starting from v1.0.5, .env
is used instead of settings.js
. You only need to manage VALIDATOR_PK
, Expanded Nodes, Kas Credential, TON_API_KEY
instead of RPC endpoints.
Download source files here
Put your own configuration in
/composes/<chain>/.env
(1): VALIDATOR_PK (required)
(6)~(15): Expanded Nodes (recommended)
(18)~(19): Kas Credential (recommended)
(22): TON_API_KEY (required for
TON
,ETH
,KLAYTN
,METADIUM
,POLYGON
,WEMIX
vault validators)
[ How to launch ]
Copy
.env
Fill
.env
withVALIDATOR_PK
,TON_API_KEY
, etc.Launch node
Monitoring Commands
Check connection status
Check logs
Restart instance
Launch (Duplicated)
Download source files here
Download specific vault's settings.js file here
Place your governance key into settings.js
If using infura for eth node, place your infura [PROJECT ID] into settings.js
replace file into dockerize vault dir.
Launch node
Check launch status
Last updated