Skip to content

Built a web3 dapp to allow people to buy me a coffee. Motivation behind this was to strengthen my knowledge of ethers.js and hardhat.

Notifications You must be signed in to change notification settings

chasebrownn/BuyMeACoffee-Dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Notes

To deploy contract to Goerli:

npx hardhat run scripts/deploy.js --network goerli

To verify the contract on etherscan:

npx hardhat verify <ADDRESS> --network goerli

Deployed at

Goerli: 0x7c501F5f0A23Dc39Ac43d4927ff9f7887A01869B 0xd0A610E26732aA01960BE87598106240a93b6595

About

Built a web3 dapp to allow people to buy me a coffee. Motivation behind this was to strengthen my knowledge of ethers.js and hardhat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published