Skip to content
/ zGrant Public

Controller for TokenVesting.sol of zer0-os zToken repo

License

Notifications You must be signed in to change notification settings

ysh0566/zGrant

Repository files navigation

zGrant

Uses

  • Hardhat: compile and run the smart contracts on a local development network
  • TypeChain: generate TypeScript types for smart contracts
  • Ethers: renowned Ethereum library and wallet implementation
  • Waffle: tooling for writing comprehensive smart contract tests
  • Solhint: linter
  • Prettier Plugin Solidity: code formatter

Usage

Pre Requisites

Before running any command, make sure to install dependencies:

$ yarn install

Compile

Compile the smart contracts with Hardhat:

$ yarn compile

TypeChain

Compile the smart contracts and generate TypeChain artifacts:

$ yarn build

Test

Run the Mocha tests:

$ yarn test

Added plugins

About

Controller for TokenVesting.sol of zer0-os zToken repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published