Create a Token Vesting Contract with 3 roles (Advisor, Partners, Mentors) with 5% TGE for Advisors, 10 % TGE for Partners and 7% TGE for Mentors with 2 months cliff and 22 months linear vesting for all roles
~ Fire up your default terminal and type the following commands.
git clone https://github.com/jeet-patel313/TokenVesting.git
cd TokenVesting
npm install
create a .env in your root directory and add your ALCHEMY_API_KEY and ROPSTEN_PRIVATE_KEY
-Get Your API Key
Setting up your environment
npm install
Compile TokenVesting Contract
npx hardhat compile
Run Tests
npx hardhat test
Deploy on Ropsten
npx hardhat run scripts/deploy.js --network ropsten
Verify Contract
npx hardhat verify --network ropsten <YOUR_CONTRACT_ADDRESS>
Help
npx hardhat help
- [coming soon]