MyGit
🚩收到GitHub仓库的更新通知

Zokrates/ZoKrates

Fork: 352 Star: 1751 (更新于 2024-05-04 09:35:49)

license: LGPL-3.0

Language: Rust .

A toolbox for zkSNARKs on Ethereum

最后发布版本: 0.8.8 ( 2023-11-10 22:52:50)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

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

{js,json,ts} formatting

We enforce strict formatting of .{js,json,ts} files in CI. This check is not included in the git hooks. If you modify such a file, you can ensure its formatting is correct by running:

npm i -g prettier
prettier --write "./**/*.{js,ts,json}" --ignore-path .gitignore

最近版本更新:(数据更新于 2024-05-05 08:37:30)

2023-11-10 22:52:50 0.8.8

2023-04-22 08:18:24 0.8.7

2023-04-18 06:02:25 0.8.6

2023-03-29 05:35:13 0.8.5

2023-01-31 22:58:49 0.8.4

2022-10-11 22:07:24 0.8.3

2022-09-07 05:26:07 0.8.2

2022-08-23 20:59:52 0.8.1

2022-07-07 23:13:54 0.8.0

2022-05-31 22:46:18 0.7.14

主题(topics):

ethereum, language, snark, verifiable-computation, zero-knowledge, zksnarks

Zokrates/ZoKrates同语言 Rust最近更新仓库

2024-05-16 09:11:03 lapce/lapce

2024-05-16 01:31:34 tauri-apps/tauri

2024-05-15 12:28:43 jdx/mise

2024-05-14 22:29:36 astral-sh/uv

2024-05-14 08:03:33 ruffle-rs/ruffle

2024-05-12 22:10:28 tw93/Pake