This is a simple project that allows anyone to sign and confirm a signature. It works with both raw data and EIP-712 typed data
- Clone the repo & install dependencies
yarn install- Start the local database (docker) and create the schema
docker compose up -d
yarn drizzle-kit push- Run the application
yarn startOpen the application in the browser at http://localhost:3000