/mina-protocol-challenge1

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Custom commands

Setup the project

npm run setup

Run the servers in seperate terminals

node experimental-zkapp-offchain-storage/build/src/server/storageServer.js
node experimental-zkapp-offchain-storage/build/src/server/storageServer2.js

Run the main script

node build/src/main.js

Mina zkApp: 06 Off Chain Storage

This template uses TypeScript.

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