Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link to UR types registry #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docs/ur-1-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To be precise, Uniform Resources (URs) include:
3. A standard way split and sequence longer messages.
4. Optimizations for efficiency when URs are presented as QR codes.

URs are a crucial element of the [Gordian architecture](https://github.com/BlockchainCommons/Gordian), allowing for the self-identified encoding of a variety of cryptographic data, [all listed in a registry of data types](06-urtypes.md), most notably including seeds, keys, shards, and PSBTs. It's focused on airgapped usage and allows for standardized interoperability for Bitcoin apps released by different companies.
URs are a crucial element of the [Gordian architecture](https://github.com/BlockchainCommons/Gordian), allowing for the self-identified encoding of a variety of cryptographic data, [all listed in a registry of data types](https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2020-006-urtypes.md), most notably including seeds, keys, shards, and PSBTs. It's focused on airgapped usage and allows for standardized interoperability for Bitcoin apps released by different companies.

> :bulb: _URs are used widely in our Gordian reference apps, but our community members have focused most on UR's sequencing feature to create animated QRs that support PSBTs. URs can do a lot more: they can support any airgapped Bitcoin function and more than that, can support data encoding for a large number of decentralized technologies._

Expand Down
2 changes: 1 addition & 1 deletion Docs/ur-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Typed data, reliable interoperation, QR optimization, and animated QRs are the m

The following provides broad overviews of UR:

* [UR High Level Overview](https://www.blockchaincommons.com/projects/Blockchain-Commons-URs-Support-Airgapped-PSBTs/)
* [UR High Level Overview](https://www.blockchaincommons.com/specifications/Blockchain-Commons-URs-Support-Airgapped-PSBTs/)
* [UR Technology Introduction](https://github.com/BlockchainCommons/crypto-commons/blob/master/Docs/ur-1-overview.md)

These videos offer overviews in a different format:
Expand Down