Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 276 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 276 Bytes

LIGO Deku RPC

RPC server for compiling LIGO code to Deku-compatible WASM.

Endpoints

  • POST: /api/v1/ligo/originate
    • Body: { "lang": <supported ligo syntax>, "source": "<LIGO source>", "storage": "<initial storage>"}
    • Returns: String with .wat formatted code