Signing a Message
Once a web application has connected to the ME Ethereum wallet, it can prompt users to sign messages. Signing is commonplace amongst many dApps, as it gives application owners the ability to verify ownership of the wallet, without requiring any transaction fees.
Direct Signing
Triggering this directly would look make use of the provider request
function and look like this:
Using Ethers.js
Last updated