This repository showcases the Happy Wallet by integrating it into the MUD Emojimon tutorial.
A Pokémon-inspired on-chain game with MUD and HappyChain.
- Node.js v18
- pnpm (
npm install pnpm --global
) - foundry
- Run
pnpm install
- Claim some tesnet $HAPPY on the faucet (or reach out to the team for a bigger allocation).
- Define
PRIVATE_KEY
inpackages/contracts/.env
to your private key. - Run
pnpm dev
and the game will be available at http://localhost:3000 after a few seconds.