Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 450 Bytes

Quick Installer

python script to setup a terp network node.

modified fork of Osmosis-labs installer

Building Docker image

docker-compose build
# to override the target platform
TARGETPLATFORM=linux/arm64 docker-compose build

Running Docker image

docker run -p 80:80 docker.io/terpnetwork/terp-installer:latest

Deploying Via Akash

An example sdl file to deploy to akash is located here.