Skip to content

saucerswaplabs/saucerswap-timelock

Repository files navigation

saucerswap-timelock

Repository to deploy a token timelock smart contract onto the Hedera Network.

Installation

Clone the repository and run npm install
Compile using hardhat command npx hardhat compile

Unit Test

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

Deploy

Run the deploy script from the root directory with command npx ts-node scripts/deploy.ts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published