Merged
Conversation
✅ Deploy Preview for webmonetization-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
sidvishnoi
reviewed
May 1, 2025
Updates based on GH comments and comments in Slack
sidvishnoi
reviewed
May 1, 2025
sidvishnoi
reviewed
May 1, 2025
sidvishnoi
reviewed
May 1, 2025
| 2. Download and install the Interledger Foundation's [Web Monetization browser extension](/supporters/get-started#install-the-extension). | ||
| 3. Enter the payment pointer associated with your test wallet and a budget amount, then click **Connect**.<br /><img | ||
| 2. Download and install Interledger Foundation's [Web Monetization browser extension](/supporters/get-started#install-the-extension). | ||
| 3. Enter the payment pointer associated with your test wallet. For example, `$ilp.interledger-test.dev/mytestwallet`. Then, enter a budget amount and click **Connect**.<br /><img |
Collaborator
There was a problem hiding this comment.
I'm going to ask testnet team to replace payment pointer with wallet address now 😄🤞🏽. But looks good!
sidvishnoi
reviewed
May 1, 2025
sidvishnoi
reviewed
May 1, 2025
Comment on lines
+31
to
+46
| ### Wallet addresses and payment pointers | ||
|
|
||
| Some wallet providers will use the term *wallet address* while others use the term *payment pointer*. Wallet addresses contain `https://` while payment pointers contain `$`. | ||
|
|
||
| <Tabs> | ||
| <TabItem label='Example wallet address'> | ||
| ``` | ||
| https://wallet.example.com/alice | ||
| ``` | ||
| </TabItem> | ||
| <TabItem label='Example payment pointer'> | ||
| ``` | ||
| $wallet.example.com/alice | ||
| ``` | ||
| </TabItem> | ||
| </Tabs> |
sidvishnoi
approved these changes
May 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Better explaining the concept of streaming will be handled in a different PR for interledger/web-monetization-extension#1045