Skip to content

Latest commit

 

History

History

contracts

mina-wordle-game-contracts

This is the zkApp smart contract for the Mina Wordle Game. It uses o1js with TypeScript template.

Demo

A sample zkApp is deployed to Mina Berkeley Testnet. The account is below.

How to build

  1. 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
  1. Install project dependencies
npm install
  1. Build the zkApp
npm run build

How to run tests

npm run test
npm run testw # watch mode

How to run coverage

npm run coverage