You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/buyer-side/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ After Commit, you can now simply hold the rNFT and store it as a claim on the ph
44
44
45
45
### Step 2 - Redeeming an rNFT <ahref="#step-2---redeeming-an-rnft"id="step-2---redeeming-an-rnft"></a>
46
46
47
-
The product listing displays a redemption period during which your rNFT is valid and can be exchanged for the asset it represents. During this time you are also free to trade, sell or gift the rNFT. Note that if you do not redeem your item within this time, the seller will no longer be obliged to the exchange and you will incurr buyer penalty set initially in the offer agreement.
47
+
The product listing displays a redemption period during which your rNFT is valid and can be exchanged for the asset it represents. During this time you are also free to trade, sell or gift the rNFT. Note that if you do not redeem your item within this time, the seller will no longer be obliged to the exchange and you will incur buyer penalty set initially in the offer agreement.
48
48
49
49
When you are ready to take possession of the physical (or phygital) item, go back to the dApp to redeem your rNFT. The rNFT will be burned in the process.
The Commit Widget is part of the React Component library from Boson Core Component you can discover on this [Storybook page](https://main--65f314a856a256708dd840ea.chromatic.com/?path=/story/widgets-commit--commit). Also, you can play around with the Commit button itself [Storybook page](https://main--65f314a856a256708dd840ea.chromatic.com/?path=/story/visual-components-buttons-commitbutton--base).
149
149
150
-
You can find an example HTML file which embeds the commit button on the the widgets subdomain: [https://widgets.bosonprotocol.io/scripts/commit-button-example.html](https://widgets.bosonprotocol.io/scripts/commit-button-example.html)
150
+
You can find an example HTML file which embeds the commit button on the widgets subdomain: [https://widgets.bosonprotocol.io/scripts/commit-button-example.html](https://widgets.bosonprotocol.io/scripts/commit-button-example.html)
Copy file name to clipboardExpand all lines: docs/seller-side/widgets/the-redemption-widget.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ nav_order: 4
11
11
12
12
With the release of the Boson Redemption Widget Sellers can now offer redemption of their rNFTs on their own domains.
13
13
14
-
Sellers can chose to sell their rNFTs everywhere in the metaverse, in game, on NFT marketplaces, or from the Boson dApp whilst bringing users back to their own domain to redeem their NFTs.
14
+
Sellers can choose to sell their rNFTs everywhere in the metaverse, in game, on NFT marketplaces, or from the Boson dApp whilst bringing users back to their own domain to redeem their NFTs.
15
15
16
16
The Boson Redemption Widget allows Sellers to simply embed, via a few lines of code, redemption functionality of their rNFTs into an existing website.
17
17
@@ -35,7 +35,7 @@ To integrate the Boson Redemption Widget, all a seller needs to do is:
35
35
36
36
### Using the Boson Redemption Button <ahref="#using-the-boson-redemption-button"id="using-the-boson-redemption-button"></a>
37
37
38
-
As a seller you can also chose to use the Boson branded "Redeem" Button on your website, if you would like to do this, all you need to do is :
38
+
As a seller you can also choose to use the Boson branded "Redeem" Button on your website, if you would like to do this, all you need to do is :
39
39
40
40
1. Add the below 2 lines of code in HTML `<head>` section:
41
41
@@ -57,7 +57,7 @@ As a seller you can also chose to use the Boson branded "Redeem" Button on your
57
57
58
58
#### Redeeming a specific rNFT <ahref="#redeeming-a-specific-rnft"id="redeeming-a-specific-rnft"></a>
59
59
60
-
The Boson Widget's default behaviour is to show a buyer all of their redeemable vouchers, the widget be configured to direct a buyer to a given rNFT for redemption, this enables different user flows. This the way that the Widget is used on [the Boson dApp](https://bosonapp.io/).
60
+
The Boson Widget's default behaviour is to show a buyer all of their redeemable vouchers, the widget can be configured to direct a buyer to a given rNFT for redemption, this enables different user flows. This the way that the Widget is used on [the Boson dApp](https://bosonapp.io/).
61
61
62
62
A Seller can specify which exchange is going to be redeemed by the widget, by:
63
63
@@ -67,4 +67,4 @@ A Seller can specify which exchange is going to be redeemed by the widget, by:
You can find an example HTML file which embeds the widgets on the the widgets subdomain : [https://widgets.bosonprotocol.io/example.html](https://widgets.bosonprotocol.io/example.html)
70
+
You can find an example HTML file which embeds the widgets on the widgets subdomain : [https://widgets.bosonprotocol.io/example.html](https://widgets.bosonprotocol.io/example.html)
0 commit comments