Go to file
Yun 78bb8241a5 update dist 2019-06-24 18:45:29 +09:00
dist update dist 2019-06-24 18:45:29 +09:00
src update arg parser 2019-06-24 18:42:17 +09:00
.gitignore initial commit 2019-06-24 18:14:23 +09:00
README.md Update README.md 2019-06-24 18:44:19 +09:00
package.json update arg parser 2019-06-24 18:42:17 +09:00
tsconfig.json initial commit 2019-06-24 18:14:23 +09:00

README.md

Reward Distributor

TERRA Foundation Reward Distributor

This repository is built to distribute all foundation rewards to validator and delegators on terra network.

Usage

npm run build
npm start

or

npm start -- lcd=https://lcd.terra.dev log=prod output=./unsigned.json

It requires active lcd url to get reward information.

It will make unsigned transaction output file (default ./unsignedTx.json)