Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zeropool-2-snjax #316

Merged
merged 6 commits into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions deliveries/zeropool-2-snjax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Milestone Delivery :mailbox:


- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/ZeroPool.md
- **Milestone Number:** 1


**Deliverables**

| Number | Deliverable | Link | Notes |
| ------ | ----------- | ---- |----------------- |
| 0a. | License |[LICENSE](https://github.com/zeropoolnetwork/fawkes-crypto/blob/190c1541de416ca4b634a54b555cd3f23f3a20e5/LICENSE-APACHE), [LICENSE](https://github.com/zeropoolnetwork/fawkes-crypto/blob/190c1541de416ca4b634a54b555cd3f23f3a20e5/LICENSE-MIT), [LICENSE](https://github.com/zeropoolnetwork/libzeropool/blob/beae8527536bd03a22e4d110de10079d096f9b55/LICENSE-APACHE), [LICENSE](https://github.com/zeropoolnetwork/fawkes-crypto/blob/190c1541de416ca4b634a54b555cd3f23f3a20e5/LICENSE-MIT)| fawkes-crypto and libzeropool are published with MIT and APACHE 2.0 licenses|
| 0b. | Documentation | [docs.rs](https://docs.rs/libzeropool/0.5.2/libzeropool/), [docs.rs](https://docs.rs/fawkes-crypto/4.3.0/fawkes_crypto/), [README](https://github.com/zeropoolnetwork/libzeropool/blob/beae8527536bd03a22e4d110de10079d096f9b55/README.md) [README](https://github.com/zeropoolnetwork/fawkes-crypto/blob/190c1541de416ca4b634a54b555cd3f23f3a20e5/README.md) | the documentation is partially WIP, partially available |
| 0c. | Testing Guide |[fawkes-crypto](https://github.com/zeropoolnetwork/fawkes-crypto), [libzeropool](https://github.com/zeropoolnetwork/libzeropool)| we have implemented cargo tests for our crates |
| 0d. | Article/Tutorial | | In progress |
| 1. | zkSNARK circuit and cryptography library | [fawkes-crypto](https://github.com/zeropoolnetwork/fawkes-crypto), [libzeropool](https://github.com/zeropoolnetwork/libzeropool) | Implemented |

- **Milestone Number:** 2


| Number | Deliverable | Link | Notes |
| ------ | ----------- | ---- |----------------- |
| 0a. | License |[LICENSE](https://github.com/zeropoolnetwork/zeropool-substrate/blob/main/LICENSE-APACHE), [LICENSE](https://github.com/zeropoolnetwork/zeropool-substrate/blob/main/LICENSE-MIT)| zeropool-substrate is published with MIT and APACHE 2.0 licenses|
| 0b. | Documentation | [README](https://github.com/zeropoolnetwork/zeropool-substrate/blob/main/README.md) [README](https://github.com/zeropoolnetwork/zeropool-substrate/blob/main/pallets/pallet-zeropool/README.md) | the documentation is partially WIP, partially available |
| 0c. | Testing Guide |[zeropool-substrate](https://github.com/zeropoolnetwork/zeropool-substrate)| we have implemented cargo tests for our crates |
| 0d. | Article/Tutorial | | In progress |
| 1. | Substrate module private transactions | [zeropool-substrate](https://github.com/zeropoolnetwork/zeropool-substrate) | Implemented |
| 2. | Wallet library | [zeropool-client-js](https://github.com/zeropoolnetwork/zeropool-client-js) [zeropool-support-js](https://github.com/zeropoolnetwork/zeropool-support-js) | Implemented |
| 3. | Docker | [zeropool-relayer-polkadot](https://hub.docker.com/r/voidxnull/zeropool-relayer-polkadot), [zeropool-substrate-node](https://hub.docker.com/r/voidxnull/zeropool-substrate-node) | Implemented |

Also, we deployed the testnet at https://substrate.testnet.console.v2.zeropool.network/ and published the screencast https://www.youtube.com/watch?v=DQ8gbNTOP-g
Loading