P
peck/docsv0.1 · preview
Reference/anchor.peck.to
Livepeck-anchor

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.

MethodPathSource
GET/main.py:80
POST/api/anchorrouters/api.py:467
POST/api/anchor/inscriberouters/api.py:468
POST/api/anchor/transferrouters/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/statusrouters/api.py:473
GET/api/healthrouters/api.py:474