This repository shows how to implement signTypedData_4(EIP712) with NodeJS
To run this project, you will need to add the following environment variables to your .env file
PRIVATE_KEY
(your ethereum privatekey to sign the data)
Install dependencies
npm i
npm run dev