Quick Start
The information above is based on AWS ec2 instance, ubuntu LTS 18.04
Requirements
Connect to a fully synced chain's client, such as Orbit Chain, Ethereum, Klaytn, Terra, etc... Here are some helpful instructions:
Klaytn
Docker-compose
Using Docker
for aligned environments, we recommend using Docker.
Please refer to these links if you have a problem while installing Docker.
Download
Setup Environments
See the configuration section.
Place your governance key into settings.js
If using infur for eth node, place your infura [PROJECT ID] into settings.js
Ddit your redis information into settings.js, docker-compose.yml
It is a hard requirement to match settings.js's REDIS_HOST and docker-compose.yml's service names.
Ddit your mysql root account's secret into mysql-secret before launching Docker.
Edit your mysql information in settings.js, docker-compose.yml
It is a hard requirement to match settings.js's DB_HOST and docker-compose.yml's service names.
Launch
Monitoring
Last updated