VestaChain is a decentralized application (DApp) designed to facilitate token vesting for organizations that wish to manage the distribution of their ERC20 tokens to stakeholders such as founders, investors, and other key contributors.
By utilizing VestaChain, organizations can securely and transparently manage the vesting process, ensuring that tokens are released to stakeholders only after a predefined vesting period.
Organizations can register themselves on VestaChain by providing their details. During the registration process, a unique ERC20 token is created specifically for the organization.
Organizations can add stakeholder addressing to their vesting schedules. These stajeholders can claim their vested tokens after the vesting period has elapsed. This ensures that only authorized stakeholders can participate in the vesting process.
Whitelisted stakeholders can claim their vested tokens after the vesting period has elapsed. The DApp ensures that tokens are securely transferred to the stakeholder's wallet only after the vesting conditions have been met.
The organization owner can withdraw all unvested tokens at any time.
All transactions and vesting schedules are recorded on the blockchain, ensuring transparency and immutability. Stakeholders can verify their vesting schedule and track the status of their tokens in real-time.
- NextJS
- Solidity
- Foundry
- Ethers.js
- Web3Modal
Jumpstart your development with these simple steps:
Clone and Set Up the Project
- Clone and Set Up the Project
git clone https://github.com/coolpythoncodes/VestaChain
cd VestaChain
make install
- Update the environment variables
Copy the env example files to env files
make copy-env
- Launch the NextJS Application
make dev
Give a ⭐ if you like this project!