Skip to content

Commit

Permalink
Update payouts-dapp-prototype.md
Browse files Browse the repository at this point in the history
Making a few corrections by removing the word "role" in a few places so that the page does not say that someone can withdraw role tokens. Instead, someone can withdraw tokens.
  • Loading branch information
joseph-fajen authored Nov 27, 2023
1 parent 2cf682f commit 9f6eb40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer-tools/payouts-dapp-prototype.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Payouts DApp prototype
sidebar_position: 3
---

## Discover, track, and withdraw role tokens
## Discover, track, and withdraw tokens

The **[payouts DApp prototype](https://github.com/input-output-hk/marlowe-payouts)** is an example of a decentralized application designed to help users discover, track, and withdraw tokens from Marlowe smart contracts that use role tokens. It enables holders of role tokens in Marlowe smart contracts to withdraw the received funds, simplifying the process of tracking and withdrawing their payouts.

Expand All @@ -23,13 +23,13 @@ DApp developers can think about the payout DApp from multiple points of view:
* as functionality that they could incorporate into a DApp
* as a component that they could integrate into a wallet.

For example, it is possible to integrate the payouts DApp into a wallet so that when you go to the wallet, you see all the available role tokens you can withdraw from Marlowe contracts without using a separate application.
For example, it is possible to integrate the payouts DApp into a wallet so that when you go to the wallet, you see all the available tokens you can withdraw from Marlowe contracts without using a separate application.

## 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.

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.
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.

## Role tokens

Expand Down

0 comments on commit 9f6eb40

Please sign in to comment.