1.0.3 • Published 4 years ago
marlowe-ts v1.0.3
A TypeScript first library that implements modules of the DSL marlowe-js with a modular approach.
Based off of the code in https://github.com/input-output-hk/plutus/blob/master/marlowe-playground-client/src/Language/Javascript/MarloweJS.ts
The modules here export both a compile time type Type
and a runtime const type
, the latter is made with Zod.
This includes a compatibility package under /compat which exports the same interface as the original code I found on IOHK repos.
My goal here is to use this library to develop apps that receive a Marlowe contract and do interesting stuff with it 🕵️, like generating UI (account balance graphs, calendars, timelines)