Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 203 Bytes

wormhole.md

File metadata and controls

19 lines (14 loc) · 203 Bytes

Wormhole

HTTP Server API

POST /

Request body

{
    "agent_id": <agent ID>,
    "payload": <entry>
}

Respond with signature only

res.send( signature );