Go to file
Syifa da4b7e97d7 fixed: create smart contract tokens and connect to the block chain 2025-09-24 08:33:14 +07:00
contracts fixed: create smart contract tokens and connect to the block chain 2025-09-24 08:33:14 +07:00
ignition/modules fixed: smart contract token 2025-09-23 14:10:42 +07:00
scripts fixed: create smart contract tokens and connect to the block chain 2025-09-24 08:33:14 +07:00
test fixed: smart contract token 2025-09-23 14:10:42 +07:00
.gitignore fixed: smart contract token 2025-09-23 14:10:42 +07:00
Lock.sol fixed: smart contract token 2025-09-23 14:10:42 +07:00
README.md fixed: smart contract token 2025-09-23 14:10:42 +07:00
hardhat.config.ts fixed: create smart contract tokens and connect to the block chain 2025-09-24 08:33:14 +07:00
package-lock.json fixed: smart contract token 2025-09-23 14:10:42 +07:00
package.json fixed: smart contract token 2025-09-23 14:10:42 +07:00
tsconfig.json fixed: create smart contract tokens and connect to the block chain 2025-09-24 08:33:14 +07:00

README.md

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a Hardhat Ignition module that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts