@canton-network/core-signing-fireblocks 0.24.0 → 0.25.0
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ To test the Fireblocks signing driver with mocks, you can use the normal `yarn w
|
|
|
9
9
|
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
|
-
2.
|
|
12
|
+
2. Load `fireblocks_secret.key` into an environment variable: `export FIREBLOCKS_SECRET=$(cat ./fireblocks_secret.key)`
|
|
13
13
|
3. Sign in to https://www.fireblocks.com/ or ask for invite if you don't have an account.
|
|
14
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
15
|
5. You will need approval of your accounts/keys.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canton-network/core-signing-fireblocks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
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.
|
|
28
|
-
"@canton-network/core-wallet-auth": "^0.
|
|
27
|
+
"@canton-network/core-signing-lib": "^0.27.0",
|
|
28
|
+
"@canton-network/core-wallet-auth": "^0.24.0",
|
|
29
29
|
"@fireblocks/ts-sdk": "^13.0.0",
|
|
30
30
|
"async-mutex": "^0.5.0",
|
|
31
31
|
"fs-extra": "^11.3.3",
|