Skip to content

Commit

Permalink
Add beta to runner references (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoo-iohk authored Jan 10, 2024
1 parent 1364b3a commit f9c185a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/developer-tools/ts-sdk/payouts-dapp-prototype.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/building-deploying-smart-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
7 changes: 6 additions & 1 deletion docs/getting-started/runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<iframe width="560" height="315" src="https://www.youtube.com/embed/B5XcH0j7Y7w?si=9e0Rf2TLo1Y2kMHp" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
Expand Down Expand Up @@ -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/)**

1 comment on commit f9c185a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for marlowe-doc ready!

✅ Preview
https://marlowe-nmiiqpqpo-iog.vercel.app
https://docs.marlowe.iohk.io
https://marlowe-doc.vercel.app

Built with commit f9c185a.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.