1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00
A toolbox for zkSNARKs on Ethereum
Find a file
2019-01-28 14:55:13 +01:00
.circleci add integration_test job 2019-01-28 14:55:13 +01:00
scripts use workflows 2019-01-28 14:52:40 +01:00
stdlib add /Users/obit/sides/zokrates/zokrates_stdlib/stdlib to Dockerfiles, add stdlib with dummy file 2019-01-16 17:58:46 +01:00
tools/zokrates_wasm_plugin fix linter issues 2019-01-14 14:48:33 +01:00
zokrates_book move book snippets to files in test folder, link to them from md 2019-01-21 19:00:21 +01:00
zokrates_cli improve error handling in CLI 2019-01-25 15:35:50 +01:00
zokrates_core improve error handling in CLI 2019-01-25 15:35:50 +01:00
zokrates_field improve error handling in CLI 2019-01-25 15:35:50 +01:00
zokrates_fs_resolver handle case where path is a directory 2019-01-21 14:14:40 +01:00
.codecov.yml disable codecov comments (#197) 2018-12-07 17:47:07 +01:00
.dockerignore split into cli and lib 2018-06-30 00:32:15 -04:00
.gitignore Add Jenkinsfile; Fix Warnings 2018-03-20 21:44:22 +01:00
build.sh include all packages in tests and build 2018-08-01 11:50:35 +02:00
build_libsnark.sh Add CircleCi config (#160) 2018-11-10 00:16:27 +01:00
build_release.sh add production dockerfile, update CI 2018-10-25 23:25:58 +02:00
Cargo.lock merge dev 2019-01-21 14:21:03 +01:00
Cargo.toml Move wasm plugin generation to a different repo 2019-01-14 14:49:47 +01:00
dev.Dockerfile add /Users/obit/sides/zokrates/zokrates_stdlib/stdlib to Dockerfiles, add stdlib with dummy file 2019-01-16 17:58:46 +01:00
Dockerfile use workflows 2019-01-28 14:52:40 +01:00
full_test.sh split libsnark and packing helpers 2018-10-23 17:28:17 +02:00
LICENSE Create LICENSE - closes #14 2018-04-12 09:59:36 +02:00
README.md fix typo: change target to develop 2019-01-23 10:32:00 +01:00
test.sh include all packages in tests and build 2018-08-01 11:50:35 +02:00

ZoKrates

Join the chat at https://gitter.im/ZoKrates/Lobby CircleCI master 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

Have a look at the documentation for more information about using ZoKrates.
A getting started tutorial can be found here.

Getting Help

If you run into problems, ZoKrates has a Gitter room. You can come ask for help on Gitter.

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.