An example of authentication by reading from a token that was signed via a users Cardano wallet that implements the wallet connector standard CIP30.
Check out a live working demo of this here.
Check out the repo for the frontend here.
- Docker and Docker Compose.
- Either a Nami, Eternl, Flint or Gero Wallet.
Build the docker image.
docker build -t brendansiraky/cardano-dapp-connector-backend .
Start the container.
docker-compose up