An open API service indexing awesome lists of open source software.

https://github.com/zkmove/zkmove

A zero-knowledge Move language runtime environment.
https://github.com/zkmove/zkmove

move-language smart-contracts zero-knowledge-proof

Last synced: about 1 year ago
JSON representation

A zero-knowledge Move language runtime environment.

Awesome Lists containing this project

README

          


Website


## zkMove

**zkMove:** A Zero-Knowledge Virtual Machine that proves the execution of any Move smart contracts.

- Fully compatible with Move and inherits Move's security.
- State-of-the-art circuit design and cutting-edge performance.
- Client-side proving to naturally preserve user privacy.
- Compatible with commonly used development tools in the ecosystem.
- Allows existing Move programs to run without modifications.

Typical application scenarios include cross-chain interoperability, scale computation-intensive applications, privacy-preserving dApps, and so on.

**Snark verifier:** A generic halo2 snark verifier written in Move. It enables any zk proof generated by halo2 to be verified on Move blockchains.

## Try it

see [doc on latest release](./release/latest)

## Documents

WIP.

## License

zkMove is licensed as [Apache 2.0](./LICENSE).