wallet-signer
v1.1.0
Published
Classes for managing, encrypting and decrypting Ethereum private keys as a Signer for ethers.
Readme
Ethereum Signer
This sub-module is part of the ethers project.
It contains the class to manage a private key and signing for a standard externally-owned account.
const {
Signer,
verifyMessage
} = require("wallet-signer");License
MIT License
