Skip to content

Docker environment for Tendermint development.

License

Notifications You must be signed in to change notification settings

Aludirk/tendermint-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running local dev environment

Build dev environment

./dev.sh build

Init/Reset Tendermint blockchain data

DOCKER/reset_tendermint.sh

Run dev environment

Before first time run the dev environment, you must init the Tendermint blockchain first (see Init/Reset Tendermint blockchain data)

First of all, if your source go files locate at src/ and main file is called main.go, then you can simply run:

./dev.sh up

Or else you need to change them in .env file first:

SOURCE=../src
MAIN_GO=main.go

dev.sh

The dev.sh is just a shortcut for docker-compose:

docker-compose -f DOCKER/docker-compose.yml

So you can call all docker-compose command as you wish.

About

Docker environment for Tendermint development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages