You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A demo of how to sign a message with Metamask which then shows you a cat picture.
Setup:
1. Make sure you have the Metamask browser extension installed and ready.
2. Open a command line and run "npm install".
3. Go in "src/configs/catApi-example.ts", follow the instructions in it.
4. Run "npm run start".
5. Enjoy your cat pictures.
Notes:
This is not production ready, the code isn't well split and there are security risks.
Disclaimer:
All images belong to their owners and the libraries used abide by their respective licenses.
About
Demonstation of signing a message with Metamask in React, that shows you a cat picture every time you sign a message.