🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@qevm/wallet

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qevm/wallet

Classes for managing, encrypting and decrypting QuatnumEVM private keys as a Signer for qethers.

latest
npmnpm
Version
5.7.8
Version published
Weekly downloads
29
93.33%
Maintainers
3
Weekly downloads
 
Created
Source

Ethereum Wallet

This sub-module is part of the qethers, a fork of ethers project.

It contains the class to manage a private key and signing for a standard externally-owned account.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    Wallet,

    verifyMessage

} = require("@qevm/wallet");

License

MIT License

Keywords

QuantumEVM

FAQs

Package last updated on 03 Mar 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