Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dylanbaker21 on github.
  • I am dylanb (https://keybase.io/dylanb) on keybase.
  • I have a public key ASA3fGYVmeRKwkWfCaSu7eFS23Mbz7uM091H3n5lujdMcgo

To claim this, I am signing this object:

const ethers = require("ethers");
(async function getSigDetails() {
// Create a wallet to sign the message with
let privateKey =
"0x0123456789012345678901234567890123456789012345678901234567890123";
let wallet = new ethers.Wallet(privateKey);
console.log("Address that should be recovered: " + wallet.address); //"0x14791697260E4c9A71f18484C9f997B308e59325"