1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
A toolbox for zkSNARKs on Ethereum
Find a file
2019-04-11 23:35:18 +02:00
.cargo/bin Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
.circleci Merge branch 'develop' of github.com:JacobEberhardt/ZoKrates into stdlib-crate 2019-03-14 12:32:41 +01:00
ci Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
scripts Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
zokrates_book Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
zokrates_cli update authors 2019-04-11 23:35:18 +02:00
zokrates_core bump versions 2019-04-11 23:33:52 +02:00
zokrates_embed clean, comment 2019-04-08 23:00:35 +02:00
zokrates_field bump versions 2019-04-11 23:33:52 +02:00
zokrates_fs_resolver bump versions: fs_resolver and cli minor, core and field patch 2019-02-01 18:30:36 +01:00
zokrates_stdlib Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02: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 Merge branch 'develop' of github.com:JacobEberhardt/ZoKrates into bellman-backend-v2 2019-03-06 10:17:46 +01:00
.travis.yml Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
build.sh Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
build_release.sh Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
Cargo.lock bump versions 2019-04-11 23:33:52 +02:00
Cargo.toml implement sha256 on bellman, remove libsnark version 2019-04-01 19:59:43 +02:00
dev.Dockerfile merge develop 2019-03-18 12:20:41 +01:00
Dockerfile fix Dockerfile 2019-03-15 11:38:53 +01:00
full_test.sh Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
LICENSE Create LICENSE - closes #14 2018-04-12 09:59:36 +02:00
README.md Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +02:00
test.sh Create binaries with libsnark disabled on new tags (#319) 2019-04-11 23:20:44 +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

curl -LSfs get.zokrat.es | sh

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.