1Sat Ordinals
Getting StartedDiscord
  • Protocol Specification
    • Introduction
    • Terms
    • Resolving Ordinals
      • Rare Sats
    • Test Vectors
  • Fungible Tokens
    • BSV-20
    • BSV-21
  • Public APIs
  • Libraries
  • Text Inscriptions
  • Reference Inscriptions
  • HTML Inscriptions
    • HTML References
  • Metadata
    • Ord Schema Type
    • Collection SubType
    • CollectionItem SubType
    • Signing
    • Location Tagging
    • Bitcoin Schema
  • Handling Large Files
  • Ordinal Lock
  • Managing Unspent Outputs
  • Partially Signed Transactions
  • Common Questions
  • Fair Launch
Powered by GitBook
On this page

Text Inscriptions

A substandard has emerged for recording other protocols as text files, using the inscription as an envelope. This is done by creating an inscription with text/plain;charset=utf-8 in the content-type field along with a JSON payload for the data:

{ "p": "brc-20", "op": "mint", "tick": "meme", "amt": "1" }

Two such early protocols are sns and brc-20. Since 1Sat Inscriptions follow the same data protocol, text-based inscription sub-protocols are instantly portable to BSV.

PreviousLibrariesNextReference Inscriptions

Last updated 1 year ago