Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

ivangabriele/terra-staker

Repository files navigation

Terra Staker

A Terra wallet auto-staker.

Local Setup

Prerequisites

Install

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

Run

yarn start

or yarn dev as a developer to auto-restart the app on changes.

Remote Deployment

Dokku

You just have to:

  • Create a new Dokku app.
  • Set its MNEMONIC and THRESHOLD config vars.
  • Push the deployment as is on your new Dokku app.

Heroku

Deploy Terra Staker to Heroku