0.0.5 • Published 11 months ago

tileville-chain-dev v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Protokit: Starter kit

Starter kit for developing privacy enabled application chains. (zkChains)

The default example contains a simple zkChain with one runtime module - src/Balances.ts. Integration tests for the Balances module can be found in src/Balances.test.ts.

Quick start:

npx degit proto-kit/starter-kit#develop my-chain
cd my-chain
npm install
npm run test:watch

References

https://github.com/yunus433/o1js-math/blob/main/src/o1js-math.ts https://github.com/45930/o1js-pack https://o1-labs.github.io/proof-systems/