Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@fireblocks/fireblocks-web3-provider
Advanced tools
EIP-1193 Compatible Ethereum provider for Fireblocks
Warning
This package is in an early beta stage and should not be used in production environments.
The provided interfaces are likely to have breaking changes.
For a stable library (with a different paradigm) you can use the DeFi SDK (https://github.com/fireblocks/fireblocks-defi-sdk)
Fireblocks EIP-1193 Compatible Ethereum JavaScript Provider
npm install @fireblocks/fireblocks-web3-provider
import { FireblocksWeb3Provider, ChainId } from "@fireblocks/fireblocks-web3-provider";
import { readFileSync } from "fs"
const eip1193Provider = new FireblocksWeb3Provider({
privateKey: process.env.FIREBLOCKS_API_PRIVATE_KEY_PATH,
apiKey: process.env.FIREBLOCKS_API_KEY,
vaultAccountIds: process.env.FIREBLOCKS_VAULT_ACCOUNT_IDS,
chainId: ChainId.ROPSTEN,
})
import * as ethers from "ethers"
const provider = new ethers.providers.Web3Provider(eip1193Provider);
import Web3 from "web3";
const web3 = new Web3(eip1193Provider);
FAQs
EIP-1193 Compatible Ethereum provider for Fireblocks
We found that @fireblocks/fireblocks-web3-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.