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
Ord can mint various formats of inscriptions for an address but there is no way to give an address a state to enable others to call or view it . For example -> request:https://ordinals.com/address/<address>/readme to get the readme information for that address.
Description
Assuming that each address has a readme markdown document. A markdown document contains metadata and content :
---date: 2025-01-01tags: [markdown, metadata]categories: [readme, ord]author: bingryanextends:
- address1/readme
- address2/readmeeth:
- address: address1token: [readme, ord]
- address: address2token: [readme, ord]public_key_rsa: | -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy8Db69rQ9xWJz743 hPJV8Yl6OD/7iy+a/h+P8p1X+g9p7/0q+n+3f+78/f+g/p/x/y/z/w/v/u/ t/s/r/q/p/o/n/m/l/k/j/i/h/g/f/e/d/c/b/a/9876543210zyxwvuts rqponmlkjihgfedcba` -----END PUBLIC KEY-----public_key_gpg: xxxdescription: This post demonstrates how to include metadata in Markdown files using YAML front matter.keywords: markdown, metadata, YAML---# Content
here is content
Benefits
Enhanced proof of identity and ownership: By the public key in the "readme", the address can be more clearly associated with a specific identity. This helps prove the ownership of a certain address, especially in scenarios involving disputes or the need to verify identity
Improve user experience : The display data in the "readme" can be used to provide additional information about an address, such as its purpose (e.g., donation address, exchange hot wallet), the name of the owner or organization, or even a link to relevant websites or social media profiles. This can make Bitcoin transactions more context-rich and improve the user experience.
Promote decentralized applications (DApps) : Attaching about 4m readme data to addresses can provide useful information for DApps built on Bitcoin. For example, it can be used to store state information or links to other protocols.
The ability to Onchain Game : Provides design possibilities
Abstract
Add README(db) to each address
Motivation
Ord
can mint various formats of inscriptions for an address but there is no way to give an address a state to enable others to call or view it . For example -> request:https://ordinals.com/address/<address>/readme
to get the readme information for that address.Description
Assuming that each address has a readme markdown document. A markdown document contains metadata and content :
Benefits
Enhanced proof of identity and ownership: By the public key in the "readme", the address can be more clearly associated with a specific identity. This helps prove the ownership of a certain address, especially in scenarios involving disputes or the need to verify identity
Improve user experience : The display data in the "readme" can be used to provide additional information about an address, such as its purpose (e.g., donation address, exchange hot wallet), the name of the owner or organization, or even a link to relevant websites or social media profiles. This can make Bitcoin transactions more context-rich and improve the user experience.
Promote decentralized applications (DApps) : Attaching about 4m readme data to addresses can provide useful information for DApps built on Bitcoin. For example, it can be used to store state information or links to other protocols.
The ability to Onchain Game : Provides design possibilities
Implementation
add
README
tag.add tag field for Envelope to record Tag
command cli
Discussion
I'm just using
README
as an example, or it could be "json: https://ordinals.com/address/address1/json", or "db: https://ordinals.com/address/address2/db"Let's talk about this :)
The text was updated successfully, but these errors were encountered: