Skip to content

tao-foundation/ZoKrates

 
 

Repository files navigation

2019-06-17 updates

install ubuntu 18.04 and WSL.

sudo apt install curl git make cargo
curl https://sh.rustup.rs -sSf | RUSTUP_INIT_SKIP_PATH_CHECK=yes sh
rustup update
# cargo +nightly with error then
rustup toolchain install nightly 
rustup default nightly
# to use nightly toolchain by default, at which point you can omit +nightly from all commands

#----

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.

Packages

No packages published

Languages

  • Rust 94.8%
  • C++ 3.2%
  • Shell 1.8%
  • Dockerfile 0.2%