You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* change CIP-0008, CIP-0030 links to absolute URLs for compatibility
* still needs fixing, but in the right way (for portability between built sites)
Co-authored-by: Matthias Benkort <[email protected]>
---------
Co-authored-by: Matthias Benkort <[email protected]>
Copy file name to clipboardexpand all lines: CIP-0093/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The proposed Cardano Improvement Proposal (CIP) outlines a conventional structur
18
18
19
19
## Motivation
20
20
21
-
The cardano wallets have the ability to sign arbitrary piece of data as we can see in the [Message signing CIP-0008](/CIP-0008/README.md). All wallets implement the method ```api.signData(addr: Address, payload: Bytes): Promise<DataSignature>``` defined in [Cardano dApp-Wallet Web Bridge CIP-0030](/CIP-0030/README.md).
21
+
The cardano wallets have the ability to sign arbitrary piece of data as we can see in the [Message signing CIP-0008](./CIP-0008/README.md). All wallets implement the method ```api.signData(addr: Address, payload: Bytes): Promise<DataSignature>``` defined in [Cardano dApp-Wallet Web Bridge CIP-0030](./CIP-0030/README.md).
22
22
23
23
dApps generate arbritary payloads as byte arrays. These payloads are signed and included in the protected headers of the signatures. The wallets are responsible for showing the payload data to the user, who will proceed to sign or reject the payload. It's a common practice to encode a string or a JSON string but there isn't any standard for the way to construct and to show this data.
24
24
@@ -232,4 +232,4 @@ A common practice is to request the user's signature for the login process, and
232
232
233
233
## Copyright
234
234
235
-
This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
235
+
This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
0 commit comments