Geometer1729 / zkapp-tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mina zkApp: My Test App

This template uses TypeScript.

To use lightnet you need docker installed and your user needs to be in the docker group.

{
  virtualisation.docker.enable = true;
  users.users.${myDevUser}.extraGroups = [ "docker" ];
}

This may not take effect on nixos-rebuild switch without rebooting. In this case run sudo su <myUser> and confirm by checking for docker in the output of groups.

How to build

npm run build

How to run tests

npm run test
npm run testw # watch mode

How to run coverage

npm run coverage

License

Apache-2.0

About

License:Apache License 2.0


Languages

Language:TypeScript 82.8%Language:Nix 9.1%Language:JavaScript 8.2%