ADAO's Vesting Application is a specialized platform designed for the Cardano community, enabling organizations and individuals to create and manage token vesting schedules.
-
Create an Organization: Define members by their addresses. A unique token with a specific policy ID is sent to each member to allow managing vesting schedules.
-
Mint Organization Tokens: Tokens are minted and distributed among members post organization creation.
-
Create Vesting Schedules: Set up vesting schedules by specifying beneficiaries, token distribution per period, and the total number of periods.
-
Claim Benefits: Beneficiaries can view and claim their amounts through the dashboard.
- Intuitive User Interface
- Secure and Compliant Token Vesting Schedules
- Real-time Dashboard for Beneficiaries
- Support for Various Token Types
Follow the instructions below to set up the project locally:
git clone <repository-url>
cd <project-name>
npm install
npm run start
Create an .env file by modifying the .env.example and adding your blockfrost api key.
The application provides an efficient way to manage vesting schedules within the Cardano community. Follow the steps below to utilize its features:
- Navigate to the "Create Organization" page.
- Enter the addresses of organization members.
- Each member will receive a unique token used to manage vesting schedules.
- After creating the organization, the application will mint and distribute tokens among the members.
- Go to the organization dashboard.
- Specify the beneficiaries, distribution amounts, and total periods to create a vesting schedule.
- Beneficiaries can access the dashboard to view claimable amounts and proceed to claim them.
- React
- TypeScript
- Tailwind CSS
- Next.js
- Three.js (for animations)
Please read the CONTRIBUTING.md file for details on contributing to the project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
For any questions, issues, or feature requests, please contact the team at [email protected] or open an issue on GitHub.