sobi983 / Vesting-Contract

This is a vesting smart contract need to be optimized, I have tested each case on hardhat and also deployment of the contract on hardhat localhost and interaction with the contract through console and scripts/Testing_Localhost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

About

This is a vesting smart contract need to be optimized, I have tested each case on hardhat and also deployment of the contract on hardhat localhost and interaction with the contract through console and scripts/Testing_Localhost


Languages

Language:Solidity 68.8%Language:JavaScript 31.2%