payton / django-siwe-auth

A complete Django authentication system overhall for Web3 utilizing Sign-In with Ethereum.
MIT License
26 stars 6 forks source link

examples/notepad/frontend doesn't build #17

Closed pconerly closed 2 years ago

pconerly commented 2 years ago

I noticed that when running yarn dev in examples/notepad/frontend it doesn't run, because the ../siwe directory is missing. I also noticed that siwe isn't added to packages.

Is this intentional? I was guessing that you have a local copy of siwe in examples/notepad/siwe.

payton commented 2 years ago

Not intentional, @pconerly ! I wrote the initial version of siwe-py and was making this project at the same time. Thanks for catching it.