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
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.
3
3
4
4
This widget requires [Metamask wallet](https://metamask.io/).
5
5
6
6
[]()
7
7
8
-
### Usage
8
+
### How to use a widget
9
9
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.
13
13
14
14
15
15
```html
@@ -19,5 +19,5 @@ The best solution is to do this dynamically, especially if you have created a lo
19
19
20
20
21
21
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.
0 commit comments