On chain russian roulette with unique items as powerups. Settle minor bets with some fun on optimism ๐.
Challenge others (possibly with some optimism on the line ๐ค) and try your luck. The game gives you some items and a gun with some live and blank rounds. Use them effectively to remain alive and win the game ๐.
yarn install
yarn chain
to start the local hardhat chainyarn deploy
to deploy your contract to the local chainyarn start
to start the nextjs app.env
file. See .env.example
for reference.defaultNetwork
in packages/hardhat/hardhat.config.js
to your target network.packages/nextjs/scaffold.config.ts
to change targetNetworks
for the frontend.yarn deploy
to deploy the contract to the network.yarn verify
to verify the contract on etherscan.yarn vercel --prod
to deploy using vercel.