Skip to content

Commit e28afa9

Browse files
rphairKtorZ
andauthored
CIP-0093 | Update cross-CIP links to anchored relative paths (cardano-foundation#565)
* 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]>
1 parent 895a37a commit e28afa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CIP-0093/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The proposed Cardano Improvement Proposal (CIP) outlines a conventional structur
1818

1919
## Motivation
2020

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).
2222

2323
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.
2424

@@ -232,4 +232,4 @@ A common practice is to request the user's signature for the login process, and
232232

233233
## Copyright
234234

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

Comments
 (0)