@canton-network/core-signing-fireblocks 0.14.0 → 0.14.2
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 +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -10,5 +10,7 @@ To test with an actual Fireblocks account:
|
|
|
10
10
|
|
|
11
11
|
1. Generate a Fireblocks signing key: `openssl req -new -newkey rsa:4096 -nodes -keyout fireblocks_secret.key -out fireblocks.csr -subj '/O=Digital Asset - Canton'`
|
|
12
12
|
2. Put the `fireblocks_secret.key` file in this directory
|
|
13
|
-
3.
|
|
14
|
-
4.
|
|
13
|
+
3. Sign in to https://www.fireblocks.com/ or ask for invite if you don't have an account.
|
|
14
|
+
4. Create an API User in Fireblocks and upload the `fireblocks.csr` file. Save the API Key it gives you (it will be a UUIDv4 string). You will find it in `API User (ID)` column in fireblocks api users table
|
|
15
|
+
5. You will need approval of your accounts/keys.
|
|
16
|
+
6. From the root directory, run the tests with: `FIREBLOCKS_API_KEY=<your_api_key> yarn workspace @canton-network/core-signing-fireblocks test`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canton-network/core-signing-fireblocks",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Wallet Gateway signing driver for Fireblocks",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"test": "jest"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@canton-network/core-signing-lib": "^0.16.
|
|
28
|
-
"@canton-network/core-wallet-auth": "^0.14.
|
|
27
|
+
"@canton-network/core-signing-lib": "^0.16.2",
|
|
28
|
+
"@canton-network/core-wallet-auth": "^0.14.4",
|
|
29
29
|
"@fireblocks/ts-sdk": "^10.4.0",
|
|
30
30
|
"async-mutex": "^0.5.0",
|
|
31
31
|
"fs-extra": "^11.3.2",
|