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