1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
A toolbox for zkSNARKs on Ethereum
Find a file
2021-08-25 18:25:55 +02:00
.circleci use remap-path-prefix in circleci for release builds 2021-08-19 16:08:21 +02:00
.githooks
.github
changelogs add changelog 2021-08-25 18:25:55 +02:00
scripts
zokrates_abi
zokrates_book fix typo, add changelog 2021-08-11 14:41:02 +02:00
zokrates_cli implement type aliasing 2021-08-25 18:21:41 +02:00
zokrates_common
zokrates_core implement type aliasing 2021-08-25 18:21:41 +02:00
zokrates_core_test bump versions, update changelog 2021-08-16 19:02:42 +02:00
zokrates_embed
zokrates_field
zokrates_fs_resolver bump versions, update changelog 2021-08-16 19:02:42 +02:00
zokrates_js bump versions, update changelog 2021-08-16 19:02:42 +02:00
zokrates_parser implement type aliasing 2021-08-25 18:21:41 +02:00
zokrates_pest_ast implement type aliasing 2021-08-25 18:21:41 +02:00
zokrates_stdlib bump versions, update changelog 2021-08-16 19:02:42 +02:00
zokrates_test bump versions, update changelog 2021-08-16 19:02:42 +02:00
zokrates_test_derive
.clang-format
.codecov.yml
.dockerignore
.gitignore
build.sh
build_release.sh use remap-path-prefix in circleci for release builds 2021-08-19 16:08:21 +02:00
Cargo.lock bump versions, update changelog 2021-08-16 19:02:42 +02:00
Cargo.toml
CHANGELOG.md merge dev, update changelog 2021-08-17 16:59:44 +02:00
clippy.toml
dev.Dockerfile
Dockerfile
Dockerfile.env
integration_test.sh
LICENSE
README.md
rust-toolchain
rust-toolchain.toml
test.sh
zokrates_logo.svg

ZoKrates

Join the chat at https://gitter.im/ZoKrates/Lobby CircleCI 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 to write your first SNARK program!

Alternatively, you can install the ZoKrates CLI:

curl -LSfs get.zokrat.es | sh

Have a look at the documentation for more information about using ZoKrates. Get started, then try a tutorial!

Getting Help

If you run into problems, ZoKrates has a Gitter 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.

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.

Git Hooks

You can enable zokrates git hooks locally by running:

git config core.hooksPath .githooks