Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@muirglacier/jellyfish-wallet

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@muirglacier/jellyfish-wallet

A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance for Bitcoin

  • 0.1.6
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-86.67%
Maintainers
1
Weekly downloads
 
Created
Source

@muirglacier/jellyfish-wallet

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.

Wallet Hd Node

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.

Wallet Account

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.

Keywords

FAQs

Package last updated on 10 Dec 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc