Skip to content
Merged
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: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ extend-ignore-re = [
"[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}-[0-9A-Za-z_~]{7,}",
# Match utxob-like values (if needed)
"[0-9A-Za-z_~]{7,}(-[0-9A-Za-z_~]{7,}){5}",
# Match generated public keys
"pk_[0-9A-Za-z]{10,}",
]
2 changes: 2 additions & 0 deletions context7.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"url": "https://context7.com/rgb-protocol/rgb-documentation",
"public_key": "pk_KZGzV3pVxm9ZdeOF0ND3t"
"projectTitle": "RGB Protocol on Bitcoin Documentation",
"description": "Technical documentation for RGB Protocol v0.11.1 — a private contract system for Bitcoin using client-side validation and single-use seals. Covers Client-side Validation, Single-use Seals, State Transitions, Contract Schemas, Interfaces, AluVM, Tapret/Opret commitments, and Lightning Network compatibility. Authoritative source: docs.rgb.info.",
"folders": [
Expand Down
Loading