@witnet/sdk 1.0.9 → 1.0.11
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 +6 -6
- package/dist/package.json +2 -1
- package/docs/inspect.png +0 -0
- package/docs/network.png +0 -0
- package/docs/nodes.png +0 -0
- package/docs/radon.png +0 -0
- package/docs/wallet.png +0 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -69,24 +69,24 @@ You can optionally:
|
|
|
69
69
|
---
|
|
70
70
|
#### `$ npx witsdk network`
|
|
71
71
|
Retrieve dynamic information from the Witnet's P2P network:
|
|
72
|
-

|
|
73
73
|
|
|
74
74
|
---
|
|
75
75
|
#### `$ npx witsdk wallet`
|
|
76
76
|
Self-custodian local wallet for spending and staking at will your own $WIT coins:
|
|
77
|
-

|
|
78
78
|
|
|
79
79
|
---
|
|
80
80
|
#### `$ npx witsdk inspect`
|
|
81
81
|
Inspect public data from the Witnet blockchain:
|
|
82
|
-

|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
#### `$ npx witsdk radon`
|
|
86
86
|
- Manage pre-built Witnet-compliant data requests and templates (aka. Radon assets):
|
|
87
|
-

|
|
88
88
|
|
|
89
|
-
- If willing to customize Radon assets specific to your Web3 project, please initialize the **witnet/** workspace folder
|
|
89
|
+
- If willing to customize Radon assets specific to your Web3 project, please initialize the **witnet/** workspace folder:
|
|
90
90
|
```bash
|
|
91
91
|
$ npx witsdk radon init
|
|
92
92
|
```
|
|
@@ -94,7 +94,7 @@ Inspect public data from the Witnet blockchain:
|
|
|
94
94
|
---
|
|
95
95
|
#### `$ npx witsdk nodes`
|
|
96
96
|
Interact with your own private Witnet nodes, if reachable:
|
|
97
|
-

|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
## 🔐 Security
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@witnet/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.",
|
|
5
5
|
"author": "Witnet Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
|
+
"docs",
|
|
15
16
|
"src/bin",
|
|
16
17
|
"witnet/witnet.proto.json",
|
|
17
18
|
"witnet/assets",
|
package/docs/inspect.png
ADDED
|
Binary file
|
package/docs/network.png
ADDED
|
Binary file
|
package/docs/nodes.png
ADDED
|
Binary file
|
package/docs/radon.png
ADDED
|
Binary file
|
package/docs/wallet.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@witnet/sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Typescript library and CLI tooling for Web3 buidlers willing to interact with the Witnet blockchain.",
|
|
5
5
|
"author": "Witnet Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
|
+
"docs",
|
|
15
16
|
"src/bin",
|
|
16
17
|
"witnet/witnet.proto.json",
|
|
17
18
|
"witnet/assets",
|