From 1364b3ae93a37703c757027717154a626385d77b Mon Sep 17 00:00:00 2001 From: sfoo-iohk <119703292+sfoo-iohk@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:51:49 -0800 Subject: [PATCH] Add beta note for ts-sdk (#202) --- docs/developer-tools/ts-sdk/ts-sdk-intro.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/developer-tools/ts-sdk/ts-sdk-intro.md b/docs/developer-tools/ts-sdk/ts-sdk-intro.md index 6565256..0393265 100644 --- a/docs/developer-tools/ts-sdk/ts-sdk-intro.md +++ b/docs/developer-tools/ts-sdk/ts-sdk-intro.md @@ -3,6 +3,12 @@ title: TS-SDK introduction sidebar_position: 1 --- +:::warning + +The SDK is currently in *beta*. Future breaking changes may happen, and caution should be taken before use in production. + +::: + The **[Marlowe TypeScript SDK (TS-SDK)](https://github.com/input-output-hk/marlowe-ts-sdk/)** consists of JavaScript and TypeScript libraries, available as npm packages. TS-SDK is engineered to support DApp developers with the tools they need to build and integrate with the Marlowe smart contract ecosystem on the Cardano blockchain. ## Features at a glance