The Aptos Vesting Dashboard has three main goals:
- 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.
- Allow users to easily and correctly interact with a vesting contract on chain, such as to unlock and distribute staking rewards.
- Educate users about how the vesting / staking contracts work.
To get started, run:
pnpm install
pnpm start
To check your code:
pnpm fmt
pnpm lint
The site is deployed automatically via GitHub Pages.