Skip to content

SebastianBoehler/polygon-smartcontract

Repository files navigation

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script 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 run scripts/deploy.js
npx hardhat verify CONTRACT_ADDR --network mumbai
npx hardhat verify <SC_ADDRESS> <CONSTRUCTOR_ARGUMENT -> LOCK TIME>

Solidity example contracts https://docs.soliditylang.org/en/v0.8.19/solidity-by-example.html

Links: Faucet: https://faucet.polygon.technology/ Tutorial: https://wiki.polygon.technology/docs/develop/alchemy/ Explorer: https://mumbai.polygonscan.com/

SC addresses 0x4Ed9C4b0Bb591755D19103449De04daf8E39bDDA https://mumbai.polygonscan.com/address/0x4Ed9C4b0Bb591755D19103449De04daf8E39bDDA#code

0x9cC0d914b3f0Df977c84F911270E9522CBEcd2ee

About

Playing around with smart contracts on polygon and learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published