suidouble 0.0.34 → 0.0.35

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,9 +22,12 @@ Set of provider, package and object classes for javascript representation of Sui
22
22
 
23
23
  | Name | Stack | Online | Github |
24
24
  |----------|---------------|---------|--------|
25
+ | sui-bot-score | Vue + suidouble | [sui-bot-score](https://sui-bot-score-04f61376a410.herokuapp.com/) | [source code](https://github.com/suidouble/suidouble-bot-score) |
25
26
  | suidouble-sample-app | Vue + suidouble | [suidouble-sample-app](https://suidouble-sample-app.herokuapp.com/) | [source code](https://github.com/suidouble/suidouble-sample-app) |
26
27
  | suidouble-color | Vue + suidouble | [suidouble-color](https://suidouble-color.herokuapp.com/) | [source code](https://github.com/suidouble/suidouble-sample-color) |
27
28
 
29
+
30
+
28
31
  ### installation
29
32
 
30
33
  ```
@@ -309,6 +312,10 @@ await testScenario.end();
309
312
 
310
313
  ### Sui Move Connect in browser
311
314
 
315
+ Check out [suidouble Vue component](https://www.npmjs.com/package/vue-sui) to connect your dapp to the Sui blockchain.
316
+
317
+ Or write the one manually, code is framework independed:
318
+
312
319
  ```javascript
313
320
  const { SuiInBrowser } = require('suidouble');
314
321
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suidouble",
3
- "version": "0.0.34",
3
+ "version": "0.0.35",
4
4
  "description": "Set of provider, package and object classes for javascript representation of Sui Move smart contracts. Use same code for publishing, upgrading, integration testing, interaction with smart contracts and integration in browser web3 dapps",
5
5
  "main": "index.js",
6
6
  "scripts": {