Inscribe HTML Content
ordnet_inscribe_htmlCreate and broadcast an HTML inscription on the Bitcoin SV blockchain to publish permanent, censorship-resistant web content. Provide HTML content to get transaction ID and view URL.
Instructions
Create and broadcast an HTML inscription in one step.
Convenience tool that prepares and broadcasts an HTML inscription.
Args:
content (string): HTML content to inscribe
feePerByte (number): Fee per byte (default: 0.2)
Returns: { txid, inscriptionId, viewUrl }
Requires: Wallet must be initialized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content to inscribe on the blockchain | |
| feePerByte | No | Fee per byte in satoshis (default: 0.15) |