Skip to content

Commit

Permalink
including reference and link to Runner from TS-SDK intro page
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-fajen committed Nov 20, 2023
1 parent 231fb43 commit 97c9dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-tools/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, 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)**, 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 role 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
1 change: 1 addition & 0 deletions docs/developer-tools/ts-sdk-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ To use the capabilities of the Marlowe TS-SDK, you will need to have a URL to a

## Prototype examples

- **[Runner DApp prototype](../getting-started/runner)**: Developed in PureScript, Runner is a simple DApp you can use to deploy and progress your contract on Cardano easily from the browser, whether you are deploying to the preview, pre-production or mainnet network.
- **[Payouts DApp prototype](payouts-dapp-prototype.md)**: Engineered with the Marlowe TS-SDK, this DApp offers a streamlined approach to discerning and extracting payouts from Marlowe contracts on the Cardano blockchain. With a commitment to user experience, it ensures intuitive interactions and unhindered connectivity to the Cardano network.
- **[Vesting prototype repo](https://github.com/input-output-hk/marlowe-vesting)**: Manages the phased allocation of shares over a designated time frame. Users can easily retrieve shares upon vesting. Tailored for projects that require the following sorts of capabilities:
- Tokenomics orchestration
Expand Down

0 comments on commit 97c9dd0

Please sign in to comment.