diff --git a/docs/developer-tools/payouts-dapp-prototype.md b/docs/developer-tools/payouts-dapp-prototype.md index 83233fb..22bb1c6 100644 --- a/docs/developer-tools/payouts-dapp-prototype.md +++ b/docs/developer-tools/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, 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. diff --git a/docs/developer-tools/ts-sdk-intro.md b/docs/developer-tools/ts-sdk-intro.md index 3ab80c3..0a334ba 100644 --- a/docs/developer-tools/ts-sdk-intro.md +++ b/docs/developer-tools/ts-sdk-intro.md @@ -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