-
Notifications
You must be signed in to change notification settings - Fork 1
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
docs: add readme #1
Conversation
WalkthroughThe changes introduce documentation for ADR36, a standard in the Cosmos ecosystem that enables the signing of arbitrary data for Cosmos SDK-based chains. This feature allows users to sign messages off-chain with their private keys, which can be verified on-chain or off-chain. The README.md file includes a reference link to the ADR36 architecture, specifies the project is licensed under the MIT License, and adds a new badge for the license. Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- README.md (1 hunks)
Additional context used
LanguageTool
README.md
[duplication] ~1-~1: Possible typo: you repeated a word
Context: # ADR36 ADR36 is a standard within the Cosmos ecosyst...(ENGLISH_WORD_REPEAT_RULE)
Additional comments not posted (3)
README.md (3)
2-2
: Description of ADR36 is clear and informative.The description provides a concise explanation of ADR36's functionality within the Cosmos ecosystem, highlighting its importance for off-chain and on-chain verification of signed messages.
6-6
: Reference link is correctly formatted and accessible.The hyperlink to the ADR36 architecture is well-placed and provides direct access to further technical details, which is beneficial for users seeking more in-depth information.
9-9
: License section is clear and straightforward.The licensing information is succinctly stated, making it easy for users to understand the terms under which the project is available.
README.md
Outdated
# ADR36 | ||
ADR36 is a standard within the Cosmos ecosystem that handles the signing of arbitrary data for Cosmos SDK-based chains. It enables users to authenticate and authorize actions by signing messages off-chain using their private keys. The signed messages can be verified on-chain or off-chain, ensuring that actions are genuinely initiated by the holder. |
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.
Clarify the introduction to avoid possible duplication.
The static analysis tool flagged a possible duplication in the phrase "ADR36 ADR36". Please verify and correct if necessary to enhance clarity.
Tools
LanguageTool
[duplication] ~1-~1: Possible typo: you repeated a word
Context: # ADR36 ADR36 is a standard within the Cosmos ecosyst...(ENGLISH_WORD_REPEAT_RULE)
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (3)
.github/README.md (3)
1-3
: LGTM! Consider adding a project description.The addition of the license badge is a good improvement. It provides important information about the project's licensing terms.
Consider adding a brief project description or tagline right after the title. This would give visitors an immediate understanding of what ADR36 is about.
For example:
<h1 style="text-align: center">ADR36</h1> <p style="text-align: center">Arbitrary data signing standard for Cosmos SDK-based chains</p>
5-9
: Great description! Consider adding a use case example.The description of ADR36 is clear, concise, and informative. It effectively communicates the purpose and key features of the standard.
To make the description even more engaging, consider adding a brief example of a practical use case. This could help readers better understand the real-world applications of ADR36.
For example, you could add:
For instance, this can be used in decentralized applications (dApps) to allow users to sign transactions or messages offline, which can later be submitted to the blockchain, enhancing security and user experience.
11-11
: Excellent addition of the reference link.Including a link to the official ADR-036 documentation is very helpful for users who want to dive deeper into the technical details.
Consider adding a brief comment above the link to provide context. For example:
# For more detailed information, refer to the official ADR-036 documentation: [adr36]: https://docs.cosmos.network/v0.50/build/architecture/adr-036-arbitrary-signatureAlso, you might want to consider using the latest version of the documentation if available, or add a note that the link points to a specific version.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- .github/README.md (1 hunks)
🔇 Additional comments (1)
.github/README.md (1)
1-11
: Overall, excellent improvements to the README!The changes made to this README file have significantly enhanced its quality and informativeness. The addition of the license badge, the clear description of ADR36, and the reference link to the official documentation are all valuable improvements.
While I've suggested a few minor enhancements, these are not critical. The current version of the README provides a solid foundation for introducing users to the ADR36 project. Great job on these documentation improvements!
Summary by CodeRabbit