https://github.com/giansalex/cosmos-staking-apr
Cosmos chain staking APR
https://github.com/giansalex/cosmos-staking-apr
cosmos-sdk staking-rewards
Last synced: 3 months ago
JSON representation
Cosmos chain staking APR
- Host: GitHub
- URL: https://github.com/giansalex/cosmos-staking-apr
- Owner: giansalex
- Created: 2021-09-29T16:33:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T17:53:59.000Z (over 2 years ago)
- Last Synced: 2025-02-28T11:57:42.516Z (3 months ago)
- Topics: cosmos-sdk, staking-rewards
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cosmos staking APR
Formula to calculate staking APR on Cosmos chains.
> No validator commission is included## Run
```bash
npm i
LCD_URL=http://127.0.0.1:1317 npm start
```