@depay/widgets 7.0.0 → 7.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/dist/esm/index.bundle.js +13 -13
- package/dist/esm/index.js +3 -3
- package/dist/umd/index.bundle.js +13 -13
- package/dist/umd/index.js +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
You can either load the `@depay/widgets` package via CDN:
|
|
4
4
|
|
|
5
5
|
```
|
|
6
|
-
<script src="https://integrate.depay.fi/widgets/
|
|
6
|
+
<script src="https://integrate.depay.fi/widgets/v7.js"></script>
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
or you install `@depay/widgets` via the package manager of your choice and ship it as part of your application bundle:
|
|
@@ -24,7 +24,7 @@ import DePayWidgets from '@depay/widgets'
|
|
|
24
24
|
|
|
25
25
|
## Demo
|
|
26
26
|
|
|
27
|
-
Use the DePay Configurator here: https://app.depay.fi/
|
|
27
|
+
Use the DePay Configurator here: https://app.depay.fi/integrations/new
|
|
28
28
|
|
|
29
29
|
## Support
|
|
30
30
|
|
|
@@ -71,7 +71,7 @@ In order to receive decentralized payments on any blockchain you need to have yo
|
|
|
71
71
|
### Quick start (DePay Payments)
|
|
72
72
|
|
|
73
73
|
```
|
|
74
|
-
<script src="https://integrate.depay.fi/widgets/
|
|
74
|
+
<script src="https://integrate.depay.fi/widgets/v7.js"/>
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
```
|
|
@@ -741,7 +741,7 @@ In order to sell tokens in a decentralized way, that token needs to have a liqui
|
|
|
741
741
|
### Quick start (DePay Sales)
|
|
742
742
|
|
|
743
743
|
```
|
|
744
|
-
<script src="https://integrate.depay.fi/widgets/
|
|
744
|
+
<script src="https://integrate.depay.fi/widgets/v7.js"/>
|
|
745
745
|
```
|
|
746
746
|
|
|
747
747
|
```javascript
|
|
@@ -1139,7 +1139,7 @@ In order to receive decentralized donation payments on any blockchain you need t
|
|
|
1139
1139
|
### Quick start (DePay Donations)
|
|
1140
1140
|
|
|
1141
1141
|
```
|
|
1142
|
-
<script src="https://integrate.depay.fi/widgets/
|
|
1142
|
+
<script src="https://integrate.depay.fi/widgets/v7.js"/>
|
|
1143
1143
|
```
|
|
1144
1144
|
|
|
1145
1145
|
```javascript
|
|
@@ -1550,7 +1550,7 @@ DePay Connect allows you to have your users connect their crypto wallet to your
|
|
|
1550
1550
|
Returns connected `account`, `accounts` and `wallet` in return.
|
|
1551
1551
|
|
|
1552
1552
|
```
|
|
1553
|
-
<script src="https://integrate.depay.fi/widgets/
|
|
1553
|
+
<script src="https://integrate.depay.fi/widgets/v7.js"/>
|
|
1554
1554
|
```
|
|
1555
1555
|
|
|
1556
1556
|
```javascript
|
|
@@ -1578,7 +1578,7 @@ DePay Login allows you to perform web3 wallet logins with ease.
|
|
|
1578
1578
|
Returns `account` if succesfully signed and recovered log in message.
|
|
1579
1579
|
|
|
1580
1580
|
```
|
|
1581
|
-
<script src="https://integrate.depay.fi/widgets/
|
|
1581
|
+
<script src="https://integrate.depay.fi/widgets/v7.js"/>
|
|
1582
1582
|
```
|
|
1583
1583
|
|
|
1584
1584
|
```javascript
|
|
@@ -1655,7 +1655,7 @@ DePay Select widget allows you to open a dialog that allows you to select things
|
|
|
1655
1655
|
Resolves with what has been selected by the user:
|
|
1656
1656
|
|
|
1657
1657
|
```
|
|
1658
|
-
<script src="https://integrate.depay.fi/widgets/
|
|
1658
|
+
<script src="https://integrate.depay.fi/widgets/v7.js"/>
|
|
1659
1659
|
```
|
|
1660
1660
|
|
|
1661
1661
|
```javascript
|