Sign or validate accounts with Web3. Any chain, simple and secure.
Live at https://auth.cash
- You want someone to validate their ownership of an ethereum compatible account. You send them a custom message for example "Hello Sir".
- The person connects with that account, enters the message, sign and send back the signature to you.
- 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.
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.