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.
- Host: GitHub
- URL: https://github.com/zkmove/zkmove-lite
- Owner: zkmove
- License: apache-2.0
- Created: 2022-07-12T03:07:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T12:51:19.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T00:34:50.309Z (over 1 year ago)
- Topics: move-language, virtual-machine, zero-knowledge-proofs
- Language: Rust
- Homepage: https://www.zkmove.net
- Size: 290 KB
- Stars: 49
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.

## 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).