Reference/anchor.peck.to
anchor.peck.to
OP_RETURN anchoring + 1SatOrdinal inscriptions for Datamynt apps.
What it is
Queues hash anchors and inscription transfers for beviset.no, helt-enig.no and mer-data.no. Takes a blob or hash, writes it as an OP_RETURN or 1Sat inscription on BSV mainnet, and reports confirmation status from a background worker. You get back a txid you can cite in receipts, legal docs or audit trails.
When to use it
You need a timestamped on-chain receipt (document hash, inscription) without running a wallet yourself.
Deployment
Repo: peck-anchor · Framework: starlette · Protocol: HTTP
Endpoints
9 routes scanned from source.
| Method | Path | Source |
|---|---|---|
| GET | / | main.py:80 |
| POST | /api/anchor | routers/api.py:467 |
| POST | /api/anchor/inscribe | routers/api.py:468 |
| POST | /api/anchor/transfer | routers/api.py:469 |
| GET | /api/anchor/{anchor_id} | routers/api.py:470 |
| GET | /api/verify/{hash:path} | routers/api.py:471 |
| GET | /api/inscriptions/{address} | routers/api.py:472 |
| GET | /api/status | routers/api.py:473 |
| GET | /api/health | routers/api.py:474 |