A Django web app for framing NFTs
git clone https://github.com/realjohnward/NFT-Framer.git
cd NFT-Framer
# activate Python 3.6 <= virtualenv
pip install -r requirements.txt
cd NFT_Framer
python manage.py runserver
# open localhost:8000 in your browser and use the following credentials to login:
# username: public
# password: iliketoframenfts
Coming soon