diff --git a/README.md b/README.md index f03a2f7..c0238ee 100644 --- a/README.md +++ b/README.md @@ -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.