The mina/ directory contains a new template based on generic, minus the frontend. The Mina Sudoku template is included as contracts/mina/, tweaked so its build/test process integrates with the rest of the Paima template. README.md describes how to use the new template.
Todo:
[x] Integrate Mina template
[x] npm run build builds everything
[x] npm test tests everything
[x] Hardhat, Mina Lightnet, and Postgres dependencies all autostartable
[x] npm start does something useful
[x] Actually react to Mina events in the template STF
[x] Add a cheap frontend (possibly just CLI) to submit Mina transactions to Lightnet and see their result
The
mina/
directory contains a new template based ongeneric
, minus the frontend. The Mina Sudoku template is included ascontracts/mina/
, tweaked so its build/test process integrates with the rest of the Paima template.README.md
describes how to use the new template.Todo:
npm run build
builds everythingnpm test
tests everythingnpm start
does something useful