EIP712-NodeJS icon indicating copy to clipboard operation
EIP712-NodeJS copied to clipboard

This repository shows how to implement signTypedData_4(EIP712) with NodeJS

EIP712 Implementation with NodeJS

This repository shows how to implement signTypedData_4(EIP712) with NodeJS

Acknowledgements

Environment Variables

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)

Tech Stack

Installation

Install dependencies

  npm i
  npm run dev