Skip to content

Commit 496b8c9

Browse files
author
Pavel Varabei
committed
Update README.md
1 parent 3103441 commit 496b8c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

widget/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Open-widget
2-
This is a payment widget that you can embed in your site for receiving payments from customers in the Crypto currency via [OPEN platform](https://api.openfuture.io/) API.
2+
This is a payment widget that you can embed to your site for processing payments from customers in the Cryptocurrency via [OPEN platform](https://api.openfuture.io/) API.
33

44
This widget requires [Metamask wallet](https://metamask.io/).
55

66
[![](http://joxi.net/VrwNex4COodeMA.png)]()
77

8-
### Usage
8+
### How to use a widget
99

10-
width and height parameters.
11-
You also need to put your scaffold address in the src element after - "https://www.openfuture.io/widget/"
12-
The best solution is to do this dynamically, especially if you have created a lot of scaffolds.k
10+
Paste the code below to a location at your site where you'd like to use this widget and set the width and height parameters.
11+
You also have to put your scaffold address in the src element: 'https://www.openfuture.io/widget/your_scaffold_address'
12+
The best solution is to do it dynamically, especially if you have created a lot of scaffolds.
1313

1414

1515
```html
@@ -19,5 +19,5 @@ The best solution is to do this dynamically, especially if you have created a lo
1919

2020

2121
The widget can contain a maximum of 9 fields of 3 types (string, number, boolean).
22-
Field names and type are set in a [personal OPEN-platform account](https://api.open-platform.zensoft.io/scaffolds/new) , before creating a smart contract.
22+
Field names and types are set in a [personal OPEN-platform account](https://api.open-platform.zensoft.io/scaffolds/new) during a smart contract creation.
2323

0 commit comments

Comments
 (0)