@witnet/sdk 1.0.11 → 1.0.12

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 CHANGED
@@ -69,22 +69,22 @@ You can optionally:
69
69
  ---
70
70
  #### `$ npx witsdk network`
71
71
  Retrieve dynamic information from the Witnet's P2P network:
72
- ![Snapshot showing Witnet SDK's network commands](./docs/nodes.png)
72
+ ![Snapshot showing Witnet SDK's network commands](https://raw.githubusercontent.com/witnet/witnet-toolkit/main/docs/network.png)
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
- ![Snapshot showing Witnet SDK's wallet commands](./docs/wallet.png)
77
+ ![Snapshot showing Witnet SDK's wallet commands](https://raw.githubusercontent.com/witnet/witnet-toolkit/main/docs/wallet.png)
78
78
 
79
79
  ---
80
80
  #### `$ npx witsdk inspect`
81
81
  Inspect public data from the Witnet blockchain:
82
- ![Snapshot showing Witnet SDK's inspection commands](./docs/inspect.png)
82
+ ![Snapshot showing Witnet SDK's inspection commands](https://raw.githubusercontent.com/witnet/witnet-toolkit/main/docs/inspect.png)
83
83
 
84
84
  ---
85
85
  #### `$ npx witsdk radon`
86
86
  - Manage pre-built Witnet-compliant data requests and templates (aka. Radon assets):
87
- ![Snapshot showing Witnet SDK's radon commands](./docs/radon.png)
87
+ ![Snapshot showing Witnet SDK's radon commands](https://raw.githubusercontent.com/witnet/witnet-toolkit/main/docs/radon.png)
88
88
 
89
89
  - If willing to customize Radon assets specific to your Web3 project, please initialize the **witnet/** workspace folder:
90
90
  ```bash
@@ -100,7 +100,7 @@ Interact with your own private Witnet nodes, if reachable:
100
100
  ## 🔐 Security
101
101
  - Do not share your private keys.
102
102
  - Use trusted RPC endpoints when using third-party providers.
103
- - Disable "sensitive methods" on your Witnet node if willing to publish any of its of the RPC ports.
103
+ - Disable "sensitive methods" on your Witnet node if willing to publish any of its RPC ports.
104
104
 
105
105
  ## Documentation
106
106
  Learn more about Witnet, the $WIT coin and the Wit/Oracle framework for smart contracts at:
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witnet/sdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witnet/sdk",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
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",