Skip to content

docs: add readme #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

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Changes from 2 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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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.
Copy link

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)


## Reference

[CosmosSDK - ADR36 Architecture](https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-036-arbitrary-signature.md)

## License
This project is licensed under the MIT License.