Skip to content

Commit

Permalink
chore: update repo links
Browse files Browse the repository at this point in the history
Former-commit-id: bca796e21537a54520345be5df23187230526952 [formerly d822e266261170e14a65b246bc344eda18e532d4] [formerly 0e92e1675c83c24cf72f41194fbad1d3ebbc3344 [formerly 234c6e6a65a2b05160310f3652444b9762cae6a3]] [formerly 94b27708b5f4b77cd0abe8686eb94735f72e69bd [formerly 737d6449ad67619c77fa1095685dce051dda9c60] [formerly 3fbc32a4fad5588bb65619b037c5b96273db9a29 [formerly 147c8cc]]]
Former-commit-id: 393573e30f5e97f22500c4cb56a25cebea8153b5 [formerly 630b921ea3ef0da1f4968894c7229ec99a6a1b21] [formerly 7911d66aca96b73347fbe789c59beac786d0d76f [formerly 86abe30e2244e2378f57590b7d6dbb273a1af169]]
Former-commit-id: a0062cc791939ccbde16719697100964ceeb62b0 [formerly 8f173bac7761d2843af24c6f56d31b5354b21fee]
Former-commit-id: 7de06b25788f5f6a4e4fc43081219ee2569b2a13
  • Loading branch information
cedoor committed May 23, 2022
1 parent fdce35a commit fdede4d
Show file tree
Hide file tree
Showing 21 changed files with 14,188 additions and 68 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 AppliedZKP
Copyright (c) 2022 Ethereum Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
</p>

<p align="center">
<a href="https://github.com/appliedzkp/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/zk-kit.svg?style=flat-square">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/zk-kit.svg?style=flat-square">
</a>
<a href="https://github.com/appliedzkp/zk-kit/actions?query=workflow%3Atest">
<img alt="GitHub Workflow test" src="https://img.shields.io/github/workflow/status/appliedzkp/zk-kit/test?label=test&style=flat-square&logo=github">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/actions?query=workflow%3Atest">
<img alt="GitHub Workflow test" src="https://img.shields.io/github/workflow/status/privacy-scaling-explorations/zk-kit/test?label=test&style=flat-square&logo=github">
</a>
<a href="https://coveralls.io/github/appliedzkp/zk-kit">
<img alt="Coveralls" src="https://img.shields.io/coveralls/github/appliedzkp/zk-kit?label=coverage (ts)&style=flat-square&logo=coveralls">
<a href="https://coveralls.io/github/privacy-scaling-explorations/zk-kit">
<img alt="Coveralls" src="https://img.shields.io/coveralls/github/privacy-scaling-explorations/zk-kit?label=coverage (ts)&style=flat-square&logo=coveralls">
</a>
<a href="https://eslint.org/">
<img alt="Linter eslint" src="https://img.shields.io/badge/linter-eslint-8080f2?style=flat-square&logo=eslint">
Expand All @@ -36,7 +36,7 @@
🤝 Code of conduct
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://github.com/appliedzkp/zk-kit/issues/new/choose">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/issues/new/choose">
🔎 Issues
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
Expand Down Expand Up @@ -68,10 +68,10 @@
<tbody>
<tr>
<td>
<a href="https://github.com/appliedzkp/zk-kit/tree/main/packages/identity">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/identity">
@zk-kit/identity
</a>
<a href="https://appliedzkp.github.io/zk-kit/identity">
<a href="https://zkkit.appliedzkp.org/identity">
(docs)
</a>
</td>
Expand All @@ -96,10 +96,10 @@
</tr>
<tr>
<td>
<a href="https://github.com/appliedzkp/zk-kit/tree/main/packages/protocols">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/protocols">
@zk-kit/protocols
</a>
<a href="https://appliedzkp.github.io/zk-kit/protocols">
<a href="https://zkkit.appliedzkp.org/protocols">
(docs)
</a>
</td>
Expand All @@ -119,10 +119,10 @@
</tr>
<tr>
<td>
<a href="https://github.com/appliedzkp/zk-kit/tree/main/packages/incremental-merkle-tree">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/incremental-merkle-tree">
@zk-kit/incremental-merkle-tree
</a>
<a href="https://appliedzkp.github.io/zk-kit/incremental-merkle-tree">
<a href="https://zkkit.appliedzkp.org/incremental-merkle-tree">
(docs)
</a>
</td>
Expand All @@ -147,7 +147,7 @@
</tr>
<tr>
<td>
<a href="https://github.com/appliedzkp/zk-kit/tree/main/packages/incremental-merkle-tree.sol">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/incremental-merkle-tree.sol">
@zk-kit/incremental-merkle-tree.sol
</a>
</td>
Expand All @@ -167,10 +167,10 @@
</tr>
<tr>
<td>
<a href="https://github.com/appliedzkp/zk-kit/tree/main/packages/sparse-merkle-tree">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/sparse-merkle-tree">
@zk-kit/sparse-merkle-tree
</a>
<a href="https://appliedzkp.github.io/zk-kit/sparse-merkle-tree">
<a href="https://zkkit.appliedzkp.org/sparse-merkle-tree/">
(docs)
</a>
</td>
Expand All @@ -195,7 +195,7 @@
</tr>
<tr>
<td>
<a href="https://github.com/appliedzkp/zk-kit/tree/main/packages/rollup-plugin-rust">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/rollup-plugin-rust">
@zk-kit/rollup-plugin-rust
</a>
</td>
Expand Down Expand Up @@ -226,7 +226,7 @@
Clone this repository and install the dependencies:

```bash
$ git clone https://github.com/appliedzkp/zk-kit.git
$ git clone https://github.com/privacy-scaling-explorations/zk-kit.git
$ cd zk-kit && yarn
```

Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"
>
<div style="display: flex; align-items: center">
<a style="margin-right: 15px; margin-bottom: 5px" target="_blank" href="https://github.com/appliedzkp/zk-kit">
<a style="margin-right: 15px; margin-bottom: 5px" target="_blank" href="https://github.com/privacy-scaling-explorations/zk-kit">
<i class="fa fa-github" style="font-size: 40px; color: white"></i>
</a>
<h1 style="margin: 0; font-size: 40px">ZK-kit</h1>
Expand All @@ -43,9 +43,9 @@ <h1 style="margin: 0; font-size: 40px">ZK-kit</h1>
</div>
<footer style="display: flex; justify-content: center; padding: 15px 20px; background-color: #2e1c1c">
<div style="display: flex; justify-content: space-between; align-items: center; width: 900px">
<p style="margin: 0; font-size: 16px">Copyright © 2022 AppliedZKP</p>
<p style="margin: 0; font-size: 16px">Copyright © 2022 Ethereum Foundation</p>
<div>
<a style="margin-right: 15px; text-decoration: none" target="_blank" href="https://github.com/appliedzkp">
<a style="margin-right: 15px; text-decoration: none" target="_blank" href="https://github.com/privacy-scaling-explorations">
<i class="fa fa-github" style="font-size: 24px; color: white"></i>
</a>
<a
Expand All @@ -67,21 +67,21 @@ <h1 style="margin: 0; font-size: 40px">ZK-kit</h1>
</footer>
</body>
<script>
const url = "https://api.github.com/repos/appliedzkp/zk-kit/contents?ref=gh-pages"
const url = "https://api.github.com/repos/privacy-scaling-explorations/zk-kit/contents?ref=gh-pages"

function insertLinks(packages) {
const [element] = window.document.getElementsByTagName("ul")
let html = ""

for (const package of packages) {
html += `<li style="display: flex; align-items: center; margin-bottom: 8px">
<a style="margin-right: 15px" target="_blank" href="https://github.com/appliedzkp/zk-kit/tree/main/packages/${package}">
<a style="margin-right: 15px" target="_blank" href="https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/${package}">
<i class="fa fa-github" style="font-size: 24px; color: white"></i>
</a>
<a style="color: white; text-decoration: none; font-size: 16px"
onmouseover="this.style.color='orange';"
onmouseout="this.style.color='white';"
target="_blank" href="https://appliedzkp.github.io/zk-kit/${package}">
target="_blank" href="http://zkkit.appliedzkp.org/${package}">
@zk-kit/${package} >
</a></li>`
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "zk-kit",
"description": "A monorepo of reusable JS libraries for zero-knowledge technologies.",
"license": "MIT",
"repository": "[email protected]:appliedzkp/zk-kit.git",
"homepage": "https://github.com/appliedzkp/zk-kit",
"bugs": "https://github.com/appliedzkp/zk-kit/issues",
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit",
"bugs": "https://github.com/privacy-scaling-explorations/zk-kit/issues",
"private": true,
"scripts": {
"install": "yarn bootstrap && yarn build",
Expand Down
8 changes: 4 additions & 4 deletions packages/identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</p>

<p align="center">
<a href="https://github.com/appliedzkp/zk-kit">
<a href="https://github.com/privacy-scaling-explorations/zk-kit">
<img src="https://img.shields.io/badge/project-zk--kit-blue.svg?style=flat-square">
</a>
<a href="https://github.com/appliedzkp/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/zk-kit.svg?style=flat-square">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/zk-kit.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@zk-kit/identity">
<img alt="NPM version" src="https://img.shields.io/npm/v/@zk-kit/identity?style=flat-square" />
Expand All @@ -35,7 +35,7 @@
🗣️ Chat &amp; Support
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://appliedzkp.github.io/zk-kit/identity">
<a href="https://zkkit.appliedzkp.org/identity">
📘 Docs
</a>
</h4>
Expand Down
4 changes: 2 additions & 2 deletions packages/identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"src/",
"README.md"
],
"repository": "https://github.com/appliedzkp/zk-kit",
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/identity",
"repository": "https://github.com/privacy-scaling-explorations/zk-kit",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/identity",
"author": {
"name": "Andrija Novakovic",
"email": "[email protected]"
Expand Down
10 changes: 5 additions & 5 deletions packages/incremental-merkle-tree.sol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</p>

<p align="center">
<a href="https://github.com/appliedzkp/zk-kit">
<a href="https://github.com/privacy-scaling-explorations/zk-kit">
<img src="https://img.shields.io/badge/project-zk--kit-blue.svg?style=flat-square">
</a>
<a href="https://github.com/appliedzkp/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/zk-kit.svg?style=flat-square">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/zk-kit.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@zk-kit/incremental-merkle-tree.sol">
<img alt="NPM version" src="https://img.shields.io/npm/v/@zk-kit/incremental-merkle-tree.sol?style=flat-square" />
Expand All @@ -36,8 +36,8 @@

## Libraries:

✔️ [IncrementalBinaryTree](https://github.com/appliedzkp/zk-kit/blob/main/packages/incremental-merkle-tree.sol/contracts/IncrementalBinaryTree.sol) (Poseidon)\
✔️ [IncrementalQuinTree](https://github.com/appliedzkp/zk-kit/blob/main/packages/incremental-merkle-tree.sol/contracts/IncrementalQuinTree.sol) (Poseidon)
✔️ [IncrementalBinaryTree](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/incremental-merkle-tree.sol/contracts/IncrementalBinaryTree.sol) (Poseidon)\
✔️ [IncrementalQuinTree](https://github.com/privacy-scaling-explorations/zk-kit/blob/main/packages/incremental-merkle-tree.sol/contracts/IncrementalQuinTree.sol) (Poseidon)

> The methods of each library are always the same (i.e `insert`, `remove`, `verify`).
Expand Down
4 changes: 2 additions & 2 deletions packages/incremental-merkle-tree.sol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"merkle-tree",
"incremental-merkle-tree"
],
"repository": "[email protected]:appliedzkp/zk-kit.git",
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/incremental-merkle-tree.sol",
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/incremental-merkle-tree.sol",
"author": {
"name": "Omar Desogus",
"email": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/incremental-merkle-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</p>

<p align="center">
<a href="https://github.com/appliedzkp/zk-kit">
<a href="https://github.com/privacy-scaling-explorations/zk-kit">
<img src="https://img.shields.io/badge/project-zk--kit-blue.svg?style=flat-square">
</a>
<a href="https://github.com/appliedzkp/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/zk-kit.svg?style=flat-square">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/zk-kit.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@zk-kit/incremental-merkle-tree">
<img alt="NPM version" src="https://img.shields.io/npm/v/@zk-kit/incremental-merkle-tree?style=flat-square" />
Expand All @@ -35,7 +35,7 @@
🗣️ Chat &amp; Support
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://appliedzkp.github.io/zk-kit/incremental-merkle-tree">
<a href="https://zkkit.appliedzkp.org//incremental-merkle-tree">
📘 Docs
</a>
</h4>
Expand Down
4 changes: 2 additions & 2 deletions packages/incremental-merkle-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"src/",
"README.md"
],
"repository": "[email protected]:appliedzkp/zk-kit.git",
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/incremental-merkle-tree",
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/incremental-merkle-tree",
"author": {
"name": "Omar Desogus",
"email": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/protocols/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</p>

<p align="center">
<a href="https://github.com/appliedzkp/zk-kit">
<a href="https://github.com/privacy-scaling-explorations/zk-kit">
<img src="https://img.shields.io/badge/project-zk--kit-blue.svg?style=flat-square">
</a>
<a href="https://github.com/appliedzkp/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/zk-kit.svg?style=flat-square">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/zk-kit.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@zk-kit/protocols">
<img alt="NPM version" src="https://img.shields.io/npm/v/@zk-kit/protocols?style=flat-square" />
Expand All @@ -32,7 +32,7 @@
🗣️ Chat &amp; Support
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://appliedzkp.github.io/zk-kit/protocols">
<a href="https://zkkit.appliedzkp.org/protocols">
📘 Docs
</a>
</h4>
Expand Down
4 changes: 2 additions & 2 deletions packages/protocols/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"src/",
"README.md"
],
"repository": "https://github.com/appliedzkp/zk-kit",
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/protocols",
"repository": "https://github.com/privacy-scaling-explorations/zk-kit",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/protocols",
"author": {
"name": "Andrija Novakovic",
"email": "[email protected]"
Expand Down
Binary file added packages/protocols/zkeyFiles.zip
Binary file not shown.
1 change: 0 additions & 1 deletion packages/protocols/zkeyFiles.zip.REMOVED.git-id

This file was deleted.

6 changes: 3 additions & 3 deletions packages/rollup-plugin-rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</p>

<p align="center">
<a href="https://github.com/appliedzkp/zk-kit">
<a href="https://github.com/privacy-scaling-explorations/zk-kit">
<img src="https://img.shields.io/badge/project-zk--kit-blue.svg?style=flat-square">
</a>
<a href="https://github.com/appliedzkp/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/zk-kit.svg?style=flat-square">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/zk-kit.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@zk-kit/rollup-plugin-rust">
<img alt="NPM version" src="https://img.shields.io/npm/v/@zk-kit/rollup-plugin-rust?style=flat-square" />
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-rust/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"LICENSE",
"README.md"
],
"repository": "[email protected]:appliedzkp/zk-kit.git",
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/hello-wasm",
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/hello-wasm",
"author": {
"name": "Omar Desogus",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup-plugin-rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"src/",
"README.md"
],
"repository": "[email protected]:appliedzkp/zk-kit.git",
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/rollup-plugin-rust",
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/rollup-plugin-rust",
"author": {
"name": "Omar Desogus",
"email": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions packages/sparse-merkle-tree/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</p>

<p align="center">
<a href="https://github.com/appliedzkp/zk-kit">
<a href="https://github.com/privacy-scaling-explorations/zk-kit">
<img src="https://img.shields.io/badge/project-zk--kit-blue.svg?style=flat-square">
</a>
<a href="https://github.com/appliedzkp/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/appliedzkp/zk-kit.svg?style=flat-square">
<a href="https://github.com/privacy-scaling-explorations/zk-kit/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/zk-kit.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@zk-kit/sparse-merkle-tree">
<img alt="NPM version" src="https://img.shields.io/npm/v/@zk-kit/sparse-merkle-tree?style=flat-square" />
Expand All @@ -35,7 +35,7 @@
🗣️ Chat &amp; Support
</a>
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
<a href="https://appliedzkp.github.io/zk-kit/sparse-merkle-tree">
<a href="https://zkkit.appliedzkp.org/sparse-merkle-tree">
📘 Docs
</a>
</h4>
Expand Down
4 changes: 2 additions & 2 deletions packages/sparse-merkle-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"src/",
"README.md"
],
"repository": "[email protected]:appliedzkp/zk-kit.git",
"homepage": "https://github.com/appliedzkp/zk-kit/tree/main/packages/sparse-merkle-tree",
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git",
"homepage": "https://github.com/privacy-scaling-explorations/zk-kit/tree/main/packages/sparse-merkle-tree",
"author": {
"name": "Omar Desogus",
"email": "[email protected]",
Expand Down
Loading

0 comments on commit fdede4d

Please sign in to comment.