Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 577 Bytes

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