Distributed App for managing contests of Doom Games. Build for the hackathon of EthGlobal NY 2023.
brew install sunodo/tap/sunodo
cd backend
make
sunodo run
cd frontend
npm install
npm run dev
Open http://localhost:3000 in Chrome Browser.
Have your metamask ready and connected to the local chain at http://127.0.0.1:8545. The private key of the first test account of the local chain is 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
.