https://github.com/banool/aptos-vesting-dashboard
Dashboard with useful vesting / staking / rewards information and utilities.
https://github.com/banool/aptos-vesting-dashboard
Last synced: 11 months ago
JSON representation
Dashboard with useful vesting / staking / rewards information and utilities.
- Host: GitHub
- URL: https://github.com/banool/aptos-vesting-dashboard
- Owner: banool
- Created: 2023-01-08T14:42:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T08:12:35.000Z (over 2 years ago)
- Last Synced: 2024-02-22T09:27:34.899Z (over 2 years ago)
- Language: TypeScript
- Homepage: https://vesting.dport.me
- Size: 449 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aptos Vesting Dashboard
The Aptos Vesting Dashboard has three main goals:
1. Show information about a vesting contract. If a specific shareholder (beneficiary) address is given, it will augment the output with information specific to that shareholder.
2. Allow users to easily and correctly interact with a vesting contract on chain, such as to unlock and distribute staking rewards.
3. Educate users about how the vesting / staking contracts work.
## Development
To get started, run:
```
pnpm install
pnpm start
```
To check your code:
```
pnpm fmt
pnpm lint
```
## Deployment
The site is deployed automatically via GitHub Pages.