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

Create CESS-2.md #330

Merged
merged 5 commits into from
Jan 3, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update CESS-2.md
  • Loading branch information
swowk authored Dec 30, 2021
commit dd663351eda85b40b7d56cce9d099e63d64350e2
2 changes: 1 addition & 1 deletion deliveries/CESS-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| ------ | ------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 0a. | License | [Apache 2.0](https://github.com/CESSProject/cess/blob/main/LICENSE) | |
| 0b. | Documentation | [https://github.com/CESSProject/cess/tree/v0.1.1#storage-mining](https://github.com/CESSProject/cess/tree/v0.1.1#storage-mining) | Basic tutorial that explains how a user can run substrate to join CESS network and support storage mining service. |
| 0c. | Testing Guide | [https://github.com/CESSProject/cess/tree/v0.1.1#run-tests](https://github.com/CESSProject/cess/tree/v0.1.1#run-tests) | Core functions in pallets are covered by unit tests to ensure functionality and robustness. Tests can be run in the docker container also. |
| 0c. | Testing Guide | [https://github.com/CESSProject/cess/tree/v0.1.2#run-tests](https://github.com/CESSProject/cess/tree/v0.1.1#run-tests) | Core functions in pallets are covered by unit tests to ensure functionality and robustness. Tests can be run in the docker container also. |
| 0d. | Article/Tutorial | [https://github.com/CESSProject/cess/tree/v0.1.1#module-documentation](https://github.com/CESSProject/cess/tree/v0.1.1#module-documentation) | A tutorial that explains the work done as part of the grant. |
| 1a. | Stacked DRG Library | [https://github.com/CESSProject/cess-proving-system/tree/main/cess-sp-porep](https://github.com/CESSProject/cess-proving-system/tree/main/cess-sp-porep) | Storage mining implements the Proof-of-Replication which uses Stacked DRG (SDR). SDR uses Depth Robust Graph to ensure the sector has been encoded with a slow and non-parallelizable sequential process. |
| 1b. | zk-SNARK proofs | [https://github.com/CESSProject/cess-proving-system/tree/main/cess-sp-porep#bellman](https://github.com/CESSProject/cess-proving-system/tree/main/cess-sp-porep#bellman) | SDR verification algorithm is built using an arithmetic circuit and uses SNARKs to prove that SDR proof was evaluated correctly. |
Expand Down