Skip to content

Feature/project 8 updates #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Kavit-Patel
Copy link

@Kavit-Patel Kavit-Patel commented Dec 18, 2024

I have further furnished the program and implemented below extra features.
Key Functional Progress
✅ Token Creation: Fully implemented.
✅ Vesting Program Setup: Functional with allocation management.
✅ Employee Vesting Management: Employees can be added to schedules seamlessly.
✅ Token Claiming: Employee can claim their tokens , needs to select(sign in as) employee wallet.

Why Merge This Pull Request?
This feature aligns directly with the goals of Project 8 in the bootcamp repository.

PLEASE CHECK DEPLOYED DEMO - https://web3-token-vesting-dapp.vercel.app/

Expanding the project's utility and scope with a real-world, blockchain-powered use case.
Providing a practical and scalable solution for token vesting on Solana.
Enhancing the learning experience for all bootcamp participants with a ready-to-use dApp.

Copy link

@frankykevin frankykevin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add more info in readme about changed ?

@Kavit-Patel
Copy link
Author

Kavit-Patel commented Feb 23, 2025

can you add more info in readme about changed ?

Yes. I have updated readme.md file with program updates and frontend updates, which are as below for your reference.

Program Updates

  • Introduced the initial_fund_amount parameter in the create_vesting_account function, ensuring that the vesting treasury is pre-funded at the time of account creation.
  • Implemented token transfer logic to move the initial fund from the signer's associated token account to the vesting treasury.

Fronend Updates

  • Significantly enhanced the UI for a modern and fully responsive experience, including a redesigned navbar.
  • Added a mint token feature, allowing users to mint new tokens smoothly.
  • Integrated a claim token functionality, enabling users to withdraw vested tokens efficiently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants