Skip to content

Commit

Permalink
refactor: add hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdesalle committed May 6, 2024
1 parent ea38ce4 commit b7baf80
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/support/01-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ title: "FAQ"

You can access Sablier through the following web interfaces:

app.sablier.com app.safe.global (if you are using a Safe multisig wallet)
- [app.sablier.com](https://app.sablier.com)
- [app.safe.global](https://app.safe.global) (if you are using a Safe multisig wallet)

### What is real-time finance?

Expand All @@ -34,8 +35,8 @@ Imagine Alice wants to make a 3,000 DAI payment to Bob during the whole month of

You will need an EVM wallet ([Metamask](https://metamask.io), [Rainbow](https://rainbow.me), etc.), some ETH (or the
network's token to pay gas fees) and an ERC-20 token like DAI. Then, choose your favorite interface for accessing the
Sablier protocol (such as app.sablier.com) and fill in the recipient's address, the deposit amount and the total
duration.
Sablier protocol (such as [app.sablier.com](https://app.sablier.com)) and fill in the recipient's address, the deposit
amount and the total duration.

Alternatively, you can see [here](/contracts/v2/guides/etherscan) how to manually create a stream using
[Etherscan](https://etherscan.io).
Expand All @@ -60,7 +61,7 @@ digital currency.

To make withdrawals, recipients can:

1. Use a web interface (e.g. app.sablier.com).
1. Use a web interface (e.g. [app.sablier.com](https://app.sablier.com)).
2. Call the contract directly on a blockchain explorer.

### Can I cancel streams?
Expand Down

0 comments on commit b7baf80

Please sign in to comment.