Repository to deploy a token timelock smart contract onto the Hedera Network.
Clone the repository and run npm install
Compile using hardhat command npx hardhat compile
Create a .env file in the root directory
Create two accounts with ECDSA keys and fill in the .env file with sample-env as a guide
Run the unit test from the root directory with command npx hardhat test test/TimeLock.spec.ts
Run the deploy script from the root directory with command npx ts-node scripts/deploy.ts