Socket
Book a DemoInstallSign in
Socket

ethers-fireblocks

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethers-fireblocks

Fireblocks signer and provider for ethers

latest
Source
npmnpm
Version
1.0.0-beta.2
Version published
Maintainers
1
Created
Source

ethers-fireblocks

Integrate Fireblocks into ethers, using a signer.

Installation

# npm
npm i -s ethers-fireblocks
# yarn
yarn add ethers-fireblocks

Usage

import {FireblocksSigner} from "ethers-fireblocks";
import {JsonRpcProvider} from "@ethersproject/providers";
import {FireblocksSDK} from "fireblocks-sdk";

const fireblocks = new FireblocksSDK(privateKey, apiKey);

// Can be any kind of ethers `Provider`
const provider = new JsonRpcProvider('someRPCURl');

// create the signer
const signer = new FireblocksSigner(fireblocks, provider);

FAQs

Package last updated on 16 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts