From d6f5a93d906fd66de16f07871aa1effcb4feae94 Mon Sep 17 00:00:00 2001 From: Julian Kocher Date: Fri, 27 Sep 2024 05:39:07 -0400 Subject: [PATCH] docs: add readme (#1) --- .github/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 91cd505..2d1eaad 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,3 +1,11 @@

ADR36

-[![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