Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 467 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 467 Bytes

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