
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@atomicfinance/bitcoin-ddk-address-derivation-provider
Advanced tools
Bitcoin Abstraction Layer DDK Address Derivation Provider
Bitcoin Abstraction Layer DDK Address Derivation Provider
This provider implements address derivation functionality using the DDK (DLC Development Kit) library instead of CFD. It provides the same interface as the original AddressDerivationProvider but uses DDK's native cryptographic functions for mnemonic conversion and key derivation.
import BitcoinDdkAddressDerivationProvider from '@atomicfinance/bitcoin-ddk-address-derivation-provider';
import * as ddkJs from '@bennyblader/ddk-ts';
const provider = new BitcoinDdkAddressDerivationProvider({
network: bitcoinNetwork,
mnemonic: 'your twelve word mnemonic phrase here',
addressType: bitcoin.AddressType.BECH32,
baseDerivationPath: "m/84'/0'/0'"
}, ddkJs);
// Get addresses
const addresses = await provider.getAddresses(0, 5, false);
options.network
: Bitcoin network configurationoptions.mnemonic
: BIP39 mnemonic phraseoptions.addressType
: Address type (BECH32, etc.)options.baseDerivationPath
: Base derivation pathddk
: DDK interface instancegetAddresses(startingIndex, numAddresses, change)
: Get multiple addressesgetDerivationPathAddress(path)
: Get address for specific derivation pathgetDdkDerivationCache()
: Get cached addressessetDdkDerivationCache(cache)
: Set cached addressesFAQs
Bitcoin Abstraction Layer DDK Address Derivation Provider
We found that @atomicfinance/bitcoin-ddk-address-derivation-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.