django-web3-auth icon indicating copy to clipboard operation
django-web3-auth copied to clipboard

A pluggable Django app that enables login/signup via an Ethereum wallet (a la CryptoKitties)

Results 5 django-web3-auth issues
Sort by recently updated
recently updated
newest added

Got it to build on Ubuntu by first installing the Python3.8-dev packages.

Requirement already satisfied: asgiref=3.3.2 in c:\users\mohsin\appdata\local\programs\python\python39\lib\site-packages (from Django>=2.0->django-web3-auth==0.1.5) (3.4.1) Requirement already satisfied: sqlparse>=0.2.2 in c:\users\mohsin\appdata\local\programs\python\python39\lib\site-packages (from Django>=2.0->django-web3-auth==0.1.5) (0.4.1) Requirement already satisfied: eth-hash=0.3.1 in c:\users\mohsin\appdata\local\programs\python\python39\lib\site-packages (from eth_utils>=1.0.3->django-web3-auth==0.1.5) (0.3.2) Requirement already satisfied:...

* Django-Web3-Auth version: lts * Django version: 3.2.6 * Python version: 3.8 * Operating System: Ubuntu WSL ### Description Trying to implement a Django REST API version using this, need...

* Django-Web3-Auth version: 0.1.6 * Django version: 2.0.6 * Python version: 3.8.10 * Operating System: WSL ### Description Run example demo ### What I Did I followed the example README.md....