EcdsaSecp256k1
, Ed25519
, or Sr25519
based on the wallet that will be used to create signatures.ethers
npm package:
ECDSAKeyring
class abstracts the creation and usage of an EVM-compatible wallet. It provides access to the machine’s public address and private key, and exposes a signMessage
method that will be used later for signing operations and authentication.