Skip to content

Commit 6f48770

Browse files
twothirtyfivejohnletey
authored andcommitted
docs: add readme (#1)
1 parent a172514 commit 6f48770

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
<h1 style="text-align: center">ADR36</h1>
22

3-
[![codecov](https://img.shields.io/codecov/c/gh/noble-assets/adr36?token=4MKPLURKGG&labelColor=black)](https://codecov.io/gh/noble-assets/adr36)
3+
[![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)
4+
5+
[ADR36] is a standard within the Cosmos ecosystem that defines the structure of
6+
signing arbitrary data for Cosmos SDK-based chains. It enables users to
7+
authenticate and authorize actions by signing messages off-chain using their
8+
private keys. The signed messages can be verified on-chain or off-chain,
9+
ensuring that actions are genuinely initiated by the holder.
10+
11+
[adr36]: https://docs.cosmos.network/v0.50/build/architecture/adr-036-arbitrary-signature

0 commit comments

Comments
 (0)