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

https://github.com/zkmove/zkmove-lite

A fast zero-knowledge proof friendly Move language runtime environment.
https://github.com/zkmove/zkmove-lite

move-language virtual-machine zero-knowledge-proofs

Last synced: over 1 year ago
JSON representation

A fast zero-knowledge proof friendly Move language runtime environment.

Awesome Lists containing this project

README

          

## zkMove Lite

zkMove Lite is a lightweight zero-knowledge proof friendly Move language virtual machine. Move bytecode is automatically "compiled" into circuit by the virtual machine. The circuit is application specific, and we call it a Move circuit.

![move-circuit](./docs/images/move-circuit.png)

## Contributing

First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please reading our [Contributing Guide](./CONTRIBUTING.md) for details.

## License

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