Update README.md

This commit is contained in:
yys 2019-06-24 18:41:29 +09:00 committed by GitHub
parent 1d0ba63c44
commit 6acb2f45d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.