From f54738f0b9460b53143f9ddee9751cf74e1059ac Mon Sep 17 00:00:00 2001 From: Joseph Fajen <104791413+joseph-fajen@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:21:36 -0800 Subject: [PATCH] added link to order book swap prototype repo (#209) --- docs/developer-tools/ts-sdk/ts-sdk-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-tools/ts-sdk/ts-sdk-intro.md b/docs/developer-tools/ts-sdk/ts-sdk-intro.md index 0393265..716da2c 100644 --- a/docs/developer-tools/ts-sdk/ts-sdk-intro.md +++ b/docs/developer-tools/ts-sdk/ts-sdk-intro.md @@ -43,4 +43,4 @@ These prototypes are released under an open-source license. You can read, deploy - **[Payouts DApp](payouts-dapp-prototype.md)**: This prototype is an example of a DApp designed to help users discover, track, and withdraw tokens from Marlowe smart contracts that use role tokens. It enables holders of role tokens in Marlowe smart contracts to withdraw the received funds, simplifying the process of tracking and withdrawing their payouts. - **[Token Plans DApp GitHub repository](https://github.com/input-output-hk/marlowe-token-plans)**: This prototype is a demonstration of how to build DApps powered by Marlowe with well-known mainstream web technologies such as `TypeScript` and `React Framework`. It is a use case of a vesting contract developed and available in the Marlowe TS-SDK. It allows you to create ada Token Plans over Cardano. Ada Token Plans can be created by a 'token provider.' The token provider will deposit a given amount of ada with a time-based scheme defining how to release these funds to a 'claimer' participant. -- **Order book swap prototype** (coming soon): This prototype will demonstrate the new Marlowe open roles feature by using a new [**atomic swap contract**](https://github.com/input-output-hk/marlowe-ts-sdk/issues/86). +- **[Order book swap prototype](https://github.com/input-output-hk/marlowe-order-book-swap)**: This prototype demonstrates the new Marlowe open roles feature by using a new [**atomic swap contract**](https://github.com/input-output-hk/marlowe-ts-sdk/issues/86).