On-chain tap game on Stacks.
| Property | Value |
|---|---|
| Network | Stacks Mainnet |
| Address | SP1Q7YR67R6WGP28NXDJD1WZ11REPAAXRJJ3V6RKM |
| Name | clicker |
| Explorer | View on Hiro |
contracts/- Clarity smart contractfrontend/- Next.js app deployed on Vercelsdk/-clicker-stacks-sdknpm package source
- Smart Contract: Clarity on Stacks blockchain
- Frontend: Next.js + React + TypeScript
- Wallet:
@stacks/connect - SDK: TypeScript client in
sdk/
The frontend uses frontend/ as the app root.
cd frontend
npm install
npm run build
npm startThe SDK source now lives in sdk/.
npm install clicker-stacks-sdkMIT