Skip to content

Scripts and docker files for Onomy and ONEX chain nodes

Notifications You must be signed in to change notification settings

onomyprotocol/node-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Scripts and docker files for Onomy and ONEX chain nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published