marlowe-ts-sdk
marlowe-ts-sdk copied to clipboard
Marlowe TypeScript SDK
in the package `marlowe.io/runtime-lifecycle`, we have a couple of function that built, sign and submit Cardano Tx, but not wait till the confirmation of this Tx... 2 of them are...
* Create an exeperiment/cucumber branch * Install https://cucumber.io/ and try to create some basic resolvers initial Idea for resolvers in the integration test space: ``` Given a swap contract between...
### Discussed in https://github.com/input-output-hk/marlowe-ts-sdk/discussions/143 Originally posted by **nstanford5** December 21, 2023 Most DApps will present users with the ability to input token amounts to a UI component. Users typically think...
The first implementation of `runtimeLifecycle.payouts.available()` was naively considering all the asset Ids within the connected wallet as "Potential" Role tokens. This issue is about considering all the asset Ids within...
This consits of: * Replace FP-TS TaskEither in favour of async await * Adapt the code that creates a contract from the marlowe-object flow and use it in createContract
- [ ] BuildCreateContractTxResponse - [ ] [Type safety errors ](https://github.com/input-output-hk/marlowe-ts-sdk/blob/3d5a6caaad6504e46a21d01a47ed83e1e50a204f/packages/runtime/client/rest/src/contract/endpoints/collection.ts#L294) : Should miror marlowe-cardano types (see [here](https://github.com/input-output-hk/marlowe-cardano/blob/5a300fb487748b088d2992cf6370a01b53894a86/marlowe-runtime-web/src/Language/Marlowe/Runtime/Web/Types.hs#L659)) - [ ] [QUESTION: Should we rename the property or the type...
We know that we are compliat with version 0.0.5.1, and we initially think we are also compliant with 0.0.6 which introduced Open Roles. This spike is to check that all...
Right now the getNext endpoint only works for non-merkleized contracts, we need to add some basic merkelization support
### Discussed in https://github.com/input-output-hk/marlowe-ts-sdk/discussions/140 Originally posted by **nstanford5** December 19, 2023 Calling `getInstalledWalletExtensions` returns the name of any installed wallet extensions in a browser window. Currently it returns as follows.....