Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 992 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 992 Bytes

svm-go-zk circuit

A Go library for generating zero-knowledge proofs of Solana transactions. This implementation focuses on privacy and scalability for Solana-based applications.

Features

  • zk-circuit implementation for proving Solana transaction validity
  • Go-based for easy integration into Solana development environments
  • Supports privacy-preserving transaction verification

Note : verifier is not present in this implementation. It will be added in future.

Contributing

We welcome contributions to improve this project! Follow these guidelines:

  1. Fork the repository.
  2. Create your feature branch.
  3. Commit your changes with descriptive messages.
  4. Push your branch to your fork.
  5. Open a pull request and provide a clear explanation of your changes.

Questions or Need Help?

If you have any questions or need assistance, please feel free to open an issue on the repository.

Let me know if there are specific sections or details you'd like to add or modify!