https://github.com/dark64/zokrates-1
WIP to add Zexe backend. A PR will be created into ZoKrates by EYBlockchain with this
https://github.com/dark64/zokrates-1
Last synced: 3 months ago
JSON representation
WIP to add Zexe backend. A PR will be created into ZoKrates by EYBlockchain with this
- Host: GitHub
- URL: https://github.com/dark64/zokrates-1
- Owner: dark64
- License: lgpl-3.0
- Created: 2020-06-02T22:00:56.000Z (about 6 years ago)
- Default Branch: chait/zexe-backend
- Last Pushed: 2020-06-02T22:02:25.000Z (about 6 years ago)
- Last Synced: 2025-01-08T09:15:23.823Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 8.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ZoKrates
[](https://gitter.im/ZoKrates/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://circleci.com/gh/Zokrates/ZoKrates/tree/master)
[](https://circleci.com/gh/Zokrates/ZoKrates/tree/develop)
ZoKrates is a toolbox for zkSNARKs on Ethereum.
_This is a proof-of-concept implementation. It has not been tested for production._
## Getting Started
Load the ZoKrates Plugin on [Remix](https://remix.ethereum.org) to write your first SNARK program!
Alternatively, you can install the ZoKrates CLI:
```bash
curl -LSfs get.zokrat.es | sh
```
Have a look at the [documentation](https://zokrates.github.io/) for more information about using ZoKrates.
A getting started tutorial can be found [here](https://zokrates.github.io/sha256example.html).
## Getting Help
If you run into problems, ZoKrates has a [Gitter](https://gitter.im/ZoKrates/Lobby) room.
## License
ZoKrates is released under the GNU Lesser General Public License v3.
## Contributing
We happily welcome contributions. You can either pick an existing issue or reach out on [Gitter](https://gitter.im/ZoKrates/Lobby).
Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work shall be licensed as above, without any additional terms or conditions.