-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17879c0
commit d6f5a93
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |