-
Notifications
You must be signed in to change notification settings - Fork 61
feat: add CKB Features in tech explaination #706
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e9857c8 to
edd2f7f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces comprehensive documentation for three major CKB features in the tech-explanation section: Extreme Decentralization, Native Quantum Resistance, and Virtual Machine for Hackers. The addition provides detailed technical explanations that showcase CKB's unique architectural approaches to blockchain challenges.
- Adds a new "What makes CKB unique" category in the sidebar to organize these feature explanations
- Introduces detailed documentation on CKB's quantum resistance capabilities, including SPHINCS+ implementation details
- Documents CKB-VM's RISC-V architecture and its advantages over EVM and WASM approaches
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| website/sidebars.js | Adds a new collapsible category "What makes CKB unique" with three feature documents |
| website/docs/tech-explanation/vm-built-for-hackers.md | New comprehensive documentation explaining CKB-VM's RISC-V architecture, philosophy, and advantages |
| website/docs/tech-explanation/quantum-resistance.md | New documentation detailing CKB's native quantum resistance approach with SPHINCS+ implementation |
| website/docs/tech-explanation/extreme-decentralization.md | New documentation explaining CKB's decentralization philosophy through state management, PoW consensus, and light clients |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
linnnsss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modifications mainly include:
- Replacing overly intense or casual phrases with more precise, developer-focused language
- Improving sentence structure to enhance overall clarity and readability
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Yukang <[email protected]>
Co-authored-by: Sss_is_me <[email protected]> Co-authored-by: yfeng2824 <[email protected]>
Co-authored-by: Sss_is_me <[email protected]> Co-authored-by: yfeng2824 <[email protected]>
Co-authored-by: yfeng2824 <[email protected]>
8ffe3f3 to
4aa17a5
Compare
|
Thanks everyone for your review suggestions. I think I have applied and collected enough feedback on this PR, It can be merged now. |
This PR adds a new section in
tech-explanationto provide introdution to three big CKB features:Note that the small CKB features such as tor network/ckb-tui can be added in the running CKB section with proper node configuration guide.
@joii2020 @chenyukang please help review the quantum resistance part: Preview
@joii2020 please help review the CKB-VM part: Preview
@linnnsss @yfeng2824 please hlep review the Extreme Decentrailization part: Preview