input-output-hk / marlowe-playground

Apache License 2.0
6 stars 7 forks source link

PLT-8206 - Add GET endpoint to import contracts #51

Closed palas closed 10 months ago

palas commented 10 months ago

This PR adds an endpoint to the Marlowe Playground to import compressed JSON contracts from other apps (in particular from Marlowe Runner). The endpoint is called importContract and takes the compressed JSON of the contract as the parameter contract.

Pre-submit checklist:

paluh commented 10 months ago

Really cool. Thanks a lot!