https://github.com/thasup/lottery-react
The client-side of a simple lottery game created with smart contract and deploy on Goerli test network
https://github.com/thasup/lottery-react
metamask react smart-contracts web3js
Last synced: 10 months ago
JSON representation
The client-side of a simple lottery game created with smart contract and deploy on Goerli test network
- Host: GitHub
- URL: https://github.com/thasup/lottery-react
- Owner: thasup
- Created: 2022-09-19T17:30:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T14:22:28.000Z (about 3 years ago)
- Last Synced: 2025-01-31T14:37:54.184Z (12 months ago)
- Topics: metamask, react, smart-contracts, web3js
- Language: JavaScript
- Homepage: https://thasup-lottery-dapp.netlify.app/
- Size: 359 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lottery
A simple lottery game created with smart contract and deploy on Goerli test network
# Table of contents
- [Lottery](#lottery)
- [Table of contents](#table-of-contents)
- [Demo](#demo)
- [Installation](#installation)
# Demo
[(Back to top)](#table-of-contents)
[Demo Link](https://thasup-lottery-dapp.netlify.app/)
[Etherscan Link](https://goerli.etherscan.io/address/0x5a6dc3189b8394a905298e30b7cc0e74bf9d179c)
# Installation
[(Back to top)](#table-of-contents)
**Install Dependencies**
```
npm install
```
**Run the Project**
```
npm run start
```