replace the RPC_URL and PRIVATE_KEY in the .env file with your own values
for compiling the contract:
npx hardhat compile
for testing the contract:
npx hardhat test
for deploying the contract:
npx hardhat run --network sepolia scripts/deploy.js
| Name | Name | Last commit date | ||
|---|---|---|---|---|
replace the RPC_URL and PRIVATE_KEY in the .env file with your own values
for compiling the contract:
npx hardhat compile
for testing the contract:
npx hardhat test
for deploying the contract:
npx hardhat run --network sepolia scripts/deploy.js