Skip to content

Verify Message (Login with Metamask) Wallet Functionality

Choose a tag to compare

@willjleong willjleong released this 09 Oct 06:50
· 3 commits to master since this release
e6a621c

Changelog

  • Added Web3x.Wallet module
  • Follow ethers.js verify message flow but with boolean response, which can be used to verify a login with an ethereum keypair on a frontend client with an elixir backend / api.
  • Unit tested with a test wallet & real signatures with both invalid and valid address, message, signature, and nonce data.