Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@defichain/jellyfish-wallet
Advanced tools
A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on 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: 44'/1129'/{ACCOUNT}/0/0
. 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
SDK & Ecosystem for building modern lite DeFi Applications at scale.
The npm package @defichain/jellyfish-wallet receives a total of 1 weekly downloads. As such, @defichain/jellyfish-wallet popularity was classified as not popular.
We found that @defichain/jellyfish-wallet demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.