diff --git a/docs/developer-tools/ts-sdk/payouts-dapp-prototype.md b/docs/developer-tools/ts-sdk/payouts-dapp-prototype.md index f14e554..76f7e42 100644 --- a/docs/developer-tools/ts-sdk/payouts-dapp-prototype.md +++ b/docs/developer-tools/ts-sdk/payouts-dapp-prototype.md @@ -27,7 +27,7 @@ For example, it is possible to integrate the payouts DApp into a wallet so that ## Use alongside Marlowe Runner -Using the payouts DApp functionality alongside **[Runner](../../getting-started/runner)**, you can connect a wallet authorized to receive funds to the payouts DApp when advancing a contract through Runner. Once the wallet is connected, Runner will display a list of contracts you are part of. +Using the payouts DApp functionality alongside **[Runner](../../getting-started/runner)** ![](https://img.shields.io/badge/beta-2D0EB1), you can connect a wallet authorized to receive funds to the payouts DApp when advancing a contract through Runner. Once the wallet is connected, Runner will display a list of contracts you are part of. The payouts DApp lists available tokens that an authorized role can withdraw for that wallet. The recipient clicks the ‘Withdraw’ button and sees a prompt to sign the transaction. After the recipient signs the transaction, the transaction is confirmed. The recipient can then see the funds in their wallet. diff --git a/docs/getting-started/building-deploying-smart-contract.md b/docs/getting-started/building-deploying-smart-contract.md index 305c1e9..9be6f08 100644 --- a/docs/getting-started/building-deploying-smart-contract.md +++ b/docs/getting-started/building-deploying-smart-contract.md @@ -68,7 +68,7 @@ The simulation will help to reveal any errors in your contract such as failing t ## Deploying a smart contract -Use Marlowe Runner to deploy your smart contract to the blockchain. Marlowe Runner streamlines and simplifies the process of deploying smart contracts on Cardano. It eliminates the need for low-level tools and deploying your own backend Runtime instance. +Use Marlowe Runner ![](https://img.shields.io/badge/beta-2D0EB1) to deploy your smart contract to the blockchain. Marlowe Runner streamlines and simplifies the process of deploying smart contracts on Cardano. It eliminates the need for low-level tools and deploying your own backend Runtime instance. * [**Access Runner on the preview network**](https://preview.runner.marlowe.iohk.io/) * [**Access Runner on the pre-production network**](https://preprod.runner.marlowe.iohk.io/) diff --git a/docs/getting-started/runner.md b/docs/getting-started/runner.md index 49a7772..daa23fc 100644 --- a/docs/getting-started/runner.md +++ b/docs/getting-started/runner.md @@ -3,6 +3,12 @@ title: Runner sidebar_position: 7 --- +:::warning + +The Runner is currently in *beta*. Future breaking changes may happen, and caution should be taken before use in production. + +::: + This video explains how to deploy and execute contracts created in Marlowe Playground using Marlowe Runner, beta version. Marlowe Runner is a developer tool with a friendly user interface for deploying and executing smart contracts on Cardano, straight from a browser. @@ -86,4 +92,3 @@ There are certain on-chain limitations relating to character limits of role and - **[Marlowe's on-chain limitations](../platform-and-architecture/on-chain-limitations)** - **[A comprehensive guide to Marlowe's security: audit outcomes, built-in functional restrictions, and ledger security features](https://iohk.io/en/blog/posts/2023/06/27/a-comprehensive-guide-to-marlowes-security-audit-outcomes-built-in-functional-restrictions-and-ledger-security-features/)** -