tea-oss
v1.0.3
Published
The **Buy Me a Tea Web3** decentralized application enables visitors to send you (Goerli) ETH as tips and leave kind messages. It's constructed using Alchemy, Hardhat, Ethers.js, and Ethereum Goerli, with a ViteJS (ReactJS) frontend deployed on Netlify.
Downloads
8
Readme
Tea-OSS 🍵
The Buy Me a Tea Web3 decentralized application enables visitors to send you (Goerli) ETH as tips and leave kind messages. It's constructed using Alchemy, Hardhat, Ethers.js, and Ethereum Goerli, with a ViteJS (ReactJS) frontend deployed on Netlify.
You can try out the app here: https://tea-oss.netlify.app
Features
- Visitors can send you (Goerli) ETH as tips and leave friendly messages.
- Transactions are processed on the Ethereum Goerli test network.
- The app leverages Alchemy to communicate with the Ethereum network.
- Smart contracts are written in Solidity and managed with Hardhat.
- The frontend is built using ViteJS (ReactJS) and deployed on Netlify.
Installation
To run the app locally, follow these steps:
- Clone the repository:
git clone https://github.com/cracksteady/tea-oss.git
- Navigate to the project directory:
cd tea-oss-main
- Install dependencies:
npm install
- Start the development server:
npm run dev
- The app should now be accessible at
[http://localhost:5173](http://localhost:5173)
Note
Still under development