From 4e45b115d83d347a139f7d80be8a277768aa2431 Mon Sep 17 00:00:00 2001 From: Sanjay Sirangi Date: Sun, 15 Sep 2024 05:42:43 +0530 Subject: [PATCH] first commit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdb1639 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 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: + +```shell +npx hardhat help +npx hardhat test +REPORT_GAS=true npx hardhat test +npx hardhat node +npx hardhat ignition deploy ./ignition/modules/Lock.js +``` +# Solidity-Design-Patterns