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 21, 2021
commit 8b45866d9a96a2bb58ef459020ccdef2ed9e9800
2 changes: 1 addition & 1 deletion deliveries/CESS-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
| Number | Deliverable | Link | Notes |
| ------ | ------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
| 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 running substrate to join CESS network and support storage mining service. |
| 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. |
| 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. |
Expand Down