zk-schnitzelhunt 中文文档教程
Mina zkApp:测试
此模板使用 TypeScript。
如何构建
npm run build
如何运行测试脚本
npx tsc && node build/src/run.js
如何运行测试
npm run test
npm run testw # watch mode
如何运行覆盖率
npm run coverage
许可证
Mina zkApp: Test
This template uses TypeScript.
How to build
npm run build
How to run test script
npx tsc && node build/src/run.js
How to run tests
npm run test
npm run testw # watch mode
How to run coverage
npm run coverage