Skip to content

Commit

Permalink
Fix or rationalise Adrestia links (cardano-foundation#575)
Browse files Browse the repository at this point in the history
* fixed link and added punctuation

* cardano-wallet *repository* has also moved

* Update CIP-0003/README.md

Co-authored-by: Matthias Benkort <[email protected]>

---------

Co-authored-by: Robert Phair <[email protected]>
Co-authored-by: Matthias Benkort <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2023
1 parent af924ad commit 8018dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CIP-0002/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ License: CC-BY-4.0

This article describes, in _human-readable terms_, the coin selection
algorithms used by [Cardano
Wallet](https://github.com/input-output-hk/cardano-wallet/) and other parts of
Wallet](https://github.com/cardano-foundation/cardano-wallet/) and other parts of
the Cardano ecosystem.

In the context of this article, **coin selection** refers to the process of
Expand Down
6 changes: 3 additions & 3 deletions CIP-0003/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Conversion from a recovery phrase to entropy is the same as described in [BIP39]

### Hierarchical Deterministic Wallets

In Cardano, hierarchical deterministic (abbrev. HD) wallets are similar to those described in [BIP-0032](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki). Notably, we use a variation called [ED25519-BIP32](https://github.com/input-output-hk/adrestia/raw/bdf00e4e7791d610d273d227be877bc6dd0dbcfb/user-guide/static/Ed25519_BIP.pdf). A reference implementation can be found [here](https://docs.rs/ed25519-bip32/)
In Cardano, hierarchical deterministic (abbrev. HD) wallets are similar to those described in [BIP-0032](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki). Notably, we use a variation called [ED25519-BIP32](https://github.com/input-output-hk/adrestia/raw/bdf00e4e7791d610d273d227be877bc6dd0dbcfb/user-guide/static/Ed25519_BIP.pdf). A reference implementation can be found [here](https://docs.rs/ed25519-bip32/).

### Master Key Generation

Expand Down Expand Up @@ -68,7 +68,7 @@ This CIP is merely to document the existing standards and not to provide rationa

However, you can learn more at the following links:

- [Adrestia documentation](https://input-output-hk.github.io/cardano-wallet/concepts/cryptography-and-encoding)
- [Adrestia documentation](https://cardano-foundation.github.io/cardano-wallet/concepts/master-key-generation)
- [SLIP-0010](https://github.com/satoshilabs/slips/blob/master/slip-0010.md)
- [SLIP-0023](https://github.com/satoshilabs/slips/blob/master/slip-0023.md)

Expand All @@ -86,4 +86,4 @@ However, you can learn more at the following links:

## Copyright

This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode)
This CIP is licensed under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

0 comments on commit 8018dc4

Please sign in to comment.