Skip to content

Sign any message with web3 and let anyone validate your ownership of an account

License

Notifications You must be signed in to change notification settings

paintoshi/account-validator

Repository files navigation

Paintoshi Account Validator

Sign or validate accounts with Web3. Any chain, simple and secure.

Screenshot

Example:

  1. You want someone to validate their ownership of an ethereum compatible account. You send them a custom message for example "Hello Sir".
  2. The person connects with that account, enters the message, sign and send back the signature to you.
  3. You enter the account, message and signature. If it says valid, you know that the signer has 100% access to that account. Also at that particular time, since they didn't know the message in advance.

Development

Prerequisites:

  • Node 18

Run development server:

Copy .env.sample to .env.local and add wallet connect project ID

yarn install
yarn dev

Build:

yarn build
yarn start

Open http://localhost:3000 with your browser to see the result.

About

Sign any message with web3 and let anyone validate your ownership of an account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published