This commit is contained in:
Yun 2019-06-24 18:42:47 +09:00
commit dedafe7521
1 changed files with 15 additions and 1 deletions

View File

@ -1,2 +1,16 @@
# reward-distributor
# 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.