HAM Maze is a daily web3 maze game. This version has been updated to run on Stacks using Clarity smart contracts.
/ham-web: The Next.js web application frontend./stacks-contracts: The Stacks Clarity smart contracts and Clarinet configuration.
- Smart Contracts: Navigate to
/stacks-contractsand use Clarinet or deploy via the Hiro Platform. - Web App: Navigate to
/ham-web, runnpm install, and thennpm run devto start the local development server.