An open API service indexing awesome lists of open source software.

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

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
```