An open API service indexing awesome lists of open source software.

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.

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.