Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@qtumproject/qtum-wallet

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qtumproject/qtum-wallet

Qtum Wallet acts as an RPC proxy, forwarding MetaMask requests to the Qtum network via the Qtum ethers adapter. To function securely, it requires the snap_getBip32Entropy permission (specifically for path m/44'/88'). This provides the benefit of deriving

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
5
Created
Source

Qtum Wallet

Qtum wallet is a snap, that allows to interact with Qtum blockchain by implementing metamask RPC requests handlers https://docs.metamask.io/wallet/reference/json-rpc-api/.

Methods

To interact with it, simply use wallet_invokeSnap as proxy to call snap methods.

await window.ethereum.request({
  method: 'wallet_invokeSnap',
  params: {
    snapId: 'snapId',
    request: { method: 'eth_call', params: [...myParams] },
  },
});

FAQs

Package last updated on 29 May 2026

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