metafy-social / web3-smart-contracts

A repository of smart-contracts in the web3 space, all in a simple and collective space of hardhat for you to refer anytime
GNU General Public License v3.0
55 stars 45 forks source link

Added TimeLock contract + testing erc20 contract #109

Closed tsunami03 closed 1 year ago

tsunami03 commented 1 year ago

Description

Added TimeLock.sol and a TestCoin.sol that mints ERC20 Test tokens to test TimeLock.sol

Fixes #94

Dependencies

OpenZeppelin ERC20 and IERC20