Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 656 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 656 Bytes

Smart Hackathon DApp

This is a fully functional DApp that can be used to automate every aspect of a typical hackathon.

Administrator (contract owner) can add jury members, jury members can vote, sponsors can donate ETH to the prize pool and contestents can register teams and receive prizes from the pool.

The applications consistes of React-based front-end that interacts with Ethereum smart contracts (written in Solidity) via web3.

Development

to install all modules run yarn

to start dev server on localhost:8080 run yarn dev

to build production run yarn production. Production code will be generated in the dist directory