marlowe-ts-sdk icon indicating copy to clipboard operation
marlowe-ts-sdk copied to clipboard

Marlowe TypeScript SDK

Results 27 marlowe-ts-sdk issues
Sort by recently updated
recently updated
newest added

Ability to manipulate Token Off Chain Metadata with the ts-sdk (Required for the Order Book Swap Prototype)

Use this documentation to establish an issue cleanup policy https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/archiving-items-automatically

For the moment the example is very raw, and it is only used for internal testing. In order to be useful as a standalone example we could do some of...

Inside the examples folder, the `rest-client-flow` is a generic web tool that allows you to call the different endpoints by passing a simple JSON of the arguments. We need to...

Currently the only way of creating a TransactionRange is through the pagination links provided by the backend, but when I talked with @Jamie Bertram he mentioned it is intended to...

https://input-output-rnd.slack.com/archives/C05KMH6DK6H/p1697735994335079

bug

at least starting with the signTx function, we want to make sure that no ordinary string is passed, and we should use nominal types to distinguish CBOR from CBOR

Also @jhbertra, can you make this name change in the backend for a future release so we maintain the 1-1 parity? _Originally posted by @hrajchert in https://github.com/input-output-hk/marlowe-ts-sdk/pull/54#discussion_r1415738607_