Skip to content

SoftTalents/BuyMeCoffee_Defi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me Coffee DApp

This project demonstrates How to buy coffee to contract owner.

For simple test purpose on console, run below command.

npx hardhat run scripts/buy-coffee.js
npx hardhat run scripts/withdraw.js

To deploy, run below command

npx hardhat run scripts/deploy.js

Goerli deploy is below.

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

To deploy on polygon mumbai test net, run the following command.

npx hardhat run --network mumbai scripts/deploy.js --show-stack-traces

To see website, run the following command.

cd client && npm run dev

About

Defi Educational Purpose project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors