santa/README.md

17 lines
339 B
Markdown
Raw Normal View History

2019-06-24 02:41:29 -07:00
# Reward Distributor
2019-06-24 02:12:32 -07:00
TERRA Foundation Reward Distributor
2019-06-24 02:41:29 -07:00
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.