Skip to content

Signing and Verifying EIP712 Messages Off-chain and On-chain

Notifications You must be signed in to change notification settings

BushraHussain/eip712-signing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EIP712 - Typed structured data hashing and signing

Signing off-chain typed data & verifying signature on-chain (EIP712)

Tools & Environment

Hardhat, Ethers

Signing Method

eth_signTypedData_v4

const sign = await signer.provider.send("eth_signTypedData_v4", [signer.address, data]);

About

Signing and Verifying EIP712 Messages Off-chain and On-chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published