Artifact Browser • Validator • Generator • Forever on Bitcoin
Wklej JSON swojego Wesper artifact aby zwalidować strukturę
Wypełnij pola i wygeneruj poprawny Wesper JSON
Wesper to standard dla Bitcoin Ordinals artifacts z pełną proweniencją, weryfikacją i interoperability.
p: "wesper-artifact"v: Version (SemVer)id: Unique IDtitle: Human readable titlekind: card | tool | document | media | interactivecreated: ISO 8601 timestampnetwork: bitcoin | ethereum | ...inscription: Inscription IDblake3: Hash of current contentprev_blake3: Hash of previous versionsemver: Semantic versioning{
"p": "wesper-artifact",
"v": "1.0.0",
"id": "my-artifact-001",
"title": "My First Artifact",
"kind": "card",
"created": "2025-11-30T12:00:00Z",
"chain": {
"network": "bitcoin",
"inscription": "abc123...i0"
},
"content": {
"body": {...}
},
"audit": {
"blake3": "...",
"semver": "1.0.0"
}
}