/0xVerify

Recover and verify Ethereum addresses from cryptographic signatures

Primary LanguageSvelte

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