-
Notifications
You must be signed in to change notification settings - Fork 160
docs: updates based on feedback #526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
e9503c7
docs: updates based on feedback
melissahenderson 28dd9c9
docs: feedback updates
melissahenderson 96133fb
docs: addtl feedback updates
melissahenderson 9962533
docs: fix typo
melissahenderson de55d91
docs: update contribution counter
melissahenderson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,17 +5,17 @@ title: Send test payments | |
| import { Steps, Icon } from '@astrojs/starlight/components' | ||
| import { LinkOut, StylishHeader } from '@interledger/docs-design-system' | ||
|
|
||
| Use the Interledger Web Monetization browser extension to send payments to a web monetized site without using real money. | ||
| Use Interledger Foundation's Web Monetization browser extension to send payments to a web monetized site without using real money. | ||
|
|
||
| :::tip[Before you begin] | ||
| You must have a [funded test wallet account](/guides/test-wallet-sign-up) on the Interledger Foundation's test network. | ||
| You must have a [funded test wallet account](/guides/test-wallet-sign-up) on Interledger Foundation's test network. | ||
| ::: | ||
|
|
||
| ## Install the extension | ||
|
|
||
| <Steps> | ||
| 1. Sign in to your <LinkOut href="https://wallet.interledger-test.dev/">wallet account</LinkOut>. | ||
| 2. Download and install the Interledger Foundation's [Web Monetization browser extension](/supporters/get-started#install-the-extension). | ||
| 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm going to ask testnet team to replace payment pointer with wallet address now 😄🤞🏽. But looks good! |
||
| src='/img/docs/extension/connection-setup.png' alt='Extension setup screen with wallet address and amount fields, renew monthly toggle, and connect button' style='max-width:300px' class='img-outline'/> | ||
| 4. Click **Agree** to allow the extension to connect to your wallet. | ||
|
|
@@ -24,7 +24,7 @@ You must have a [funded test wallet account](/guides/test-wallet-sign-up) on the | |
|
|
||
| ## Configure continuous payments (optional) | ||
|
|
||
| By default, the extension sends continuous payments at a rate of $0.60 USD an hour ($0.01 a minute), or the equivalent in your chosen currency based on the exchange rate. | ||
| By default, the extension sends continuous payments at a rate of $0.60 <abbr>USD</abbr> an hour ($0.01 a minute), or the equivalent in your chosen currency based on the exchange rate. | ||
|
|
||
| To change the rate of pay: | ||
| <Steps> | ||
|
|
@@ -36,7 +36,7 @@ To change the rate of pay: | |
|
|
||
| Visit <LinkOut href="https://sidvishnoi.com/test/wm/" withIcon={false}>https://sidvishnoi.com/test/wm/</LinkOut>. | ||
|
|
||
| This page's test wallet receives all payments in Mexican pesos (MX$) regardless of the currency you chose to use for your own test wallet. | ||
| This page's test wallet receives all payments in Mexican pesos (<abbr>MX</abbr>$) regardless of the currency you chose to use for your own test wallet. | ||
|
|
||
| Check the status of the extension. | ||
|
|
||
|
|
@@ -47,7 +47,7 @@ Check the status of the extension. | |
|
|
||
| Each payment appears within the *Monetization events* section on the test site.<br /><img src='/img/docs/testwallet/testwallet-sid-continuous-events.png' alt='Monetization events section showing two payments of MXN 0.21' style='max-width:250px' class='img-outline'/> | ||
|
|
||
| If your extension is using USD with the default rate of $0.60 an hour, a new event appears on the site about every two minutes as long as the window is active. Continuous (streaming) Web Monetization payments stop when the window is inactive. Keep the window active until a few payment events appear. Then, sign in to your <LinkOut href="https://wallet.interledger-test.dev/">wallet account</LinkOut> and select **Transactions** to see the payments you've sent. | ||
| If your extension is using <abbr>USD</abbr> with the default rate of $0.60 an hour, a new event appears on the site about every two minutes as long as the window is active. Continuous (streaming) Web Monetization payments stop when the window is inactive. Keep the window active until a few payment events appear. Then, sign in to your <LinkOut href="https://wallet.interledger-test.dev/">wallet account</LinkOut> and select **Transactions** to see the payments you've sent. | ||
|
|
||
| ## Send a one-time payment | ||
|
|
||
|
|
||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.