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

Timelock #128

Closed codingis4noobs2 closed 1 year ago

codingis4noobs2 commented 1 year ago

Is your feature request related to a problem? Please describe.

Create the contract from your secure eth address that you want to control the contract from, send funds to it to the default function from anywhere, and they'll be locked up to a year (or whatever you set the lockTime variable to).

Describe the solution you'd like

Make a TimeLock Solidity Program