Skip to content

Recover and verify Ethereum addresses from cryptographic signatures

Notifications You must be signed in to change notification settings

CoopTRUE/0xVerify

Repository files navigation

0xVerify

This SvelteKit project provides a simple interface to recover and verify Ethereum addresses from cryptographic signatures

Installing

This project uses pnpm for dependency management. If you don't have it installed, you can install it with npm install -g pnpm.

# install dependencies
pnpm install

Developing

# start dev server
pnpm dev

Building

# build for production
pnpm build

This project runs on Vercel and was created by CoopTRUE