@fireblocks/fireblocks-json-rpc 0.1.2 → 0.2.1

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
@@ -1,10 +1,6 @@
1
1
  [![npm version](https://badge.fury.io/js/@fireblocks%2Ffireblocks-json-rpc.svg)](https://badge.fury.io/js/@fireblocks%2Ffireblocks-json-rpc)
2
2
 
3
3
  # Fireblocks Local JSON-RPC
4
- > **Warning**
5
- > This package is in a beta stage and should be used at your own risk.
6
- > The provided interfaces might go through backwards-incompatibale changes.
7
- > For a more stable library (with a different paradigm) you can use [Fireblocks Web3 Provider](https://github.com/fireblocks/fireblocks-web3-provider)
8
4
 
9
5
  `fireblocks-json-rpc` is a command-line [JSON-RPC](https://ethereum.org/en/developers/docs/apis/json-rpc/) server powered by the Fireblocks API.
10
6
  Its goal is to make it easy for Fireblocks users to interact with EVM chains.
@@ -17,6 +13,13 @@ Additional SDKs:
17
13
  ```bash
18
14
  npm install -g @fireblocks/fireblocks-json-rpc
19
15
  ```
16
+ #### Running in Docker
17
+ As an alternative option, you can also run the Local JSON-RPC server as a Docker container using the official Docker image.
18
+
19
+ **Please note the image is currently in beta.**
20
+
21
+ For more information, please see the official [DockerHub repository](https://hub.docker.com/r/fireblocksofficial/json-rpc).
22
+
20
23
 
21
24
  ## Usage
22
25
  ```sh
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireblocks/fireblocks-json-rpc",
3
- "version": "0.1.2",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "repository": "github:fireblocks/fireblocks-json-rpc",
6
6
  "author": "Fireblocks",
@@ -37,7 +37,7 @@
37
37
  "README.md"
38
38
  ],
39
39
  "dependencies": {
40
- "@fireblocks/fireblocks-web3-provider": "^1.2.3",
40
+ "@fireblocks/fireblocks-web3-provider": "^1.3.7",
41
41
  "commander": "^9.4.1",
42
42
  "debug": "^4.3.4",
43
43
  "dotenv": "^16.0.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireblocks/fireblocks-json-rpc",
3
- "version": "0.1.2",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "repository": "github:fireblocks/fireblocks-json-rpc",
6
6
  "author": "Fireblocks",
@@ -37,7 +37,7 @@
37
37
  "README.md"
38
38
  ],
39
39
  "dependencies": {
40
- "@fireblocks/fireblocks-web3-provider": "^1.2.3",
40
+ "@fireblocks/fireblocks-web3-provider": "^1.3.7",
41
41
  "commander": "^9.4.1",
42
42
  "debug": "^4.3.4",
43
43
  "dotenv": "^16.0.3",