@chorus-one/signer-fireblocks
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Chorus One SDK: Fireblocks Signer

Fireblocks signer for Chorus One SDK.

Documentation

For detailed instructions on how to set up and use Fireblocks Signer with Chorus One SDK, please visit our main documentation.

Installation

In the project’s root directory, run the following command:

npm install @chorus-one/signer-fireblocks --save

Usage

Here is a basic example of how to configure and initialize the FireblocksSigner:

import { SolanaStaker } from '@chorus-one/solana';
import { FireblocksSigner } from '@chorus-one/signer-fireblocks';

const signer = new FireblocksSigner({
  apiSecretKey: 'your-api-secret-key',
  apiKey: 'your-api-key',
  vaultName: 'your-vault-name',
  assetId: 'SOL'
  addressDerivationFn: SolanaStaker.getAddressDerivationFn()
});

await signer.init();

License

The Chorus One SDK is licensed under the Apache 2.0 License. For more detailed information, please refer to the LICENSE file in the repository.

/@chorus-one/signer-fireblocks/

    Package Sidebar

    Install

    npm i @chorus-one/signer-fireblocks

    Weekly Downloads

    11

    Version

    1.0.0

    License

    Apache-2.0

    Unpacked Size

    149 kB

    Total Files

    28

    Last publish

    Collaborators

    • dyakimov-chorus-one
    • mateusz-chorus
    • maria_chorus_one
    • chorusone-mksh
    • c1-opus