Skip to content

BuidlGuidl/signator.io

 
 

Repository files navigation

Signator.IO

This is a simple project that allows anyone to sign and confirm a signature. It works with both raw data and EIP-712 typed dataimage.png

Local Development

  1. Clone the repo & install dependencies
yarn install
  1. Start the local database (docker) and create the schema
docker compose up -d
yarn drizzle-kit push
  1. Run the application
yarn start

Open the application in the browser at http://localhost:3000

About

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.4%
  • JavaScript 1.2%
  • CSS 0.4%