Numer0n is a strategic number-guessing game in which two players compete to guess the opponent's 3-digit secret numbers first. It's built on Aztec Sandbox. Both players' secret numbers are stored privately on smart contracts.
Play on demo app.
Want to learn how to play? check Rule Book.
make gen-artifacts
make deploy-registry
copy&paste the first output address into registryAddress
in frontend/src/scripts/constants.ts
create .env
cp ./frontend/.env.example ./frontend/.env
start frontend
cd frontend
yarn dev