This is the zkApp smart contract for the Mina Wordle Game. It uses o1js
with TypeScript template.
A sample zkApp is deployed to Mina Berkeley Testnet. The account is below.
- Clone this git repository and change to the contracts directory
git clone https://github.com/t4top/mina-wordle-game.git
cd mina-wordle-game/contracts
- Install project dependencies
npm install
- Build the zkApp
npm run build
npm run test
npm run testw # watch mode
npm run coverage