Skip to content

wanderdust/buymeacoffee-dapp

Repository files navigation

Buy Me a Coffee using Ethereum

This is a simple example of how to use the Ethereum blockchain to accept donations. It uses a smart contract deployed to the Goerli Ethereum tesnet to handle transactions. The contract has been deployed separately using hardhat repo.

Setup

Install dependencies:

npm install

Dev server:

npm run dev

Prod server:

npm run build
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published