Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 884 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 884 Bytes

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>