Skip to content

https-github-com-okeamah/vested-token

 
 

Repository files navigation

VestedToken

A synthetic non-transferrable token contract designed to manage the vesting of tokens, allowing you to track the balances of receivers. This contract supports configurable vesting schedules, cliff durations, and token distributions.

Features:

  • Secure token vesting management
  • Configurable vesting schedules
  • Supports token beneficiaries with specified cliff durations

Build Status
Coverage Status

Installation

  • Install dependencies: npm install
  • Run tests: npx hardhat test

Deployment

Deploy using Hardhat:

npx hardhat run scripts/deploy.js --network <network_name>

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 66.5%
  • JavaScript 33.5%