This is a proof-of-concept that lays out the basic interactions between these systems. This code follows work done in commonwealth. This repos goal is to see the bare minimum to achieve a keplr login, and specifically to explore how to use passport.js to do so.
(cd frontend && yarn start)
(cd backend && yarn start)
- Visit localhost:3001
- Modify
users
inbackend/app.js
if you want to test username/password auth. - Note: You must have the [Keplr] browser extension and have created a Keplr wallet to test the login with Keplr functionality.
backend/app.js
frontend/src/App.tsx