Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@muirglacier/jellyfish-wallet
Advanced tools
A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin
If you want to use multiple/change address please use defid directly. This is created for better UX, your daily average users.
Jellyfish wallet is a managed wallet, where account can get discovered from an HD seed. Accounts in jellyfish-wallet,
has only one address for simplicity. Accounts path are derived from seed with path: {ACCOUNT}/0/0
. Non-hardened path
is used to allow encrypted wallet implementation where only xpubkey is required. It uses a provider model where the node
and account is agnostic and provided on demand to the managed wallet.
Being a managed wallet design it uses must use conventional defaults and options must be kept to none. Address must stay
consistent hence bech32
must be used and, etc.
WalletHdNode
&WalletHdNodeProvider
A bip32 path based hierarchical deterministic node, using a provider model where you can derive any HdNode.
WalletHdNode
extends EllipticPair
in the jellyfish-crypto package with the additional interface signTx()
for
signing transaction.
Due to the agnostic and promise based nature of WalletHdNode, it allows any implementation from hardware to network based crypto operations.
WalletAccount
&WalletAccountProvider
Account in jellyfish-wallet
provides an interface for all features of DeFi Blockchain. This pushes the implementation
design to WalletAccount implementor. This also allows for upstream agnostic implementation. It could be full node, super
node, or a networked API.
FAQs
A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin
The npm package @muirglacier/jellyfish-wallet receives a total of 1 weekly downloads. As such, @muirglacier/jellyfish-wallet popularity was classified as not popular.
We found that @muirglacier/jellyfish-wallet demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.