A Terra wallet auto-staker.
git clone https://github.com/ivangabriele/terra-staker.git
cd terra-staker
yarn
cp ./.env.example ./.env
Set the MNEMONIC
and THRESHOLD
values in .env
yarn start
or yarn dev
as a developer to auto-restart the app on changes.
You just have to:
- Create a new Dokku app.
- Set its
MNEMONIC
andTHRESHOLD
config vars. - Push the deployment as is on your new Dokku app.