Skip to content

Latest commit

 

History

History
executable file
·
23 lines (16 loc) · 544 Bytes

README.md

File metadata and controls

executable file
·
23 lines (16 loc) · 544 Bytes

Onomy/ONEX Node Setup Scripts

Docker setup scripts for cosmos based blockchains

Prerequisites

sudo apt install git docker.io docker-compose tmux vim
sudo usermod -aG docker $USER
sudo reboot

Install

git clone https://github.com/onomyprotocol/node-scripts.git
cd node-scripts
cp examples/onomy-mainnet-full-node.env ./.env
# Edit .env to your liking
docker-compose up -d
# To watch node catch up:
watch -t docker exec <NODE_CONTAINER_NAME> syncinfo.sh

ENV Variable Documentation

TODO