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

docs: add readme #1

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Changes from all 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: 9 additions & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<h1 style="text-align: center">ADR36</h1>

[![codecov](https://img.shields.io/codecov/c/gh/noble-assets/adr36?token=4MKPLURKGG&labelColor=black)](https://codecov.io/gh/noble-assets/adr36)
[![codecov](https://img.shields.io/codecov/c/gh/noble-assets/adr36?token=4MKPLURKGG&labelColor=black)](https://codecov.io/gh/noble-assets/adr36) [![license](https://img.shields.io/github/license/noble-assets/adr36?labelColor=black)](../LICENSE)

[ADR36] is a standard within the Cosmos ecosystem that defines the structure of
signing 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.

[adr36]: https://docs.cosmos.network/v0.50/build/architecture/adr-036-arbitrary-signature