@canton-network/core-signing-fireblocks
v1.12.1
Published
Wallet Gateway signing driver for Fireblocks
Keywords
Readme
Fireblocks Signing Driver
A driver for signing and retrieving transactions using the Fireblocks API implementing the SigningDriverInterface from @canton-network/core-signing-lib.
Credentials
- Generate a Fireblocks signing key:
openssl req -new -newkey rsa:4096 -nodes -keyout fireblocks_secret.key -out fireblocks.csr -subj '/O=Digital Asset - Canton' - Load
fireblocks_secret.keyinto an environment variable:export FIREBLOCKS_SECRET=$(cat ./fireblocks_secret.key) - Sign in to https://www.fireblocks.com/ or ask for invite if you don't have an account.
- Create an API User in Fireblocks and upload the
fireblocks.csrfile. Save the API Key it gives you (it will be a UUIDv4 string). You will find it inAPI User (ID)column in fireblocks api users table - You will need approval of your accounts/keys.
