Cheap NFT Marketplace - Backend & Web3 con django
Affordable NFT Marketplace API with Python and Django An optimized, full-featured boilerplate template designed for seamless Web3 integration, tailored specifically for NFT marketplace developers. This solution provides a comprehensive foundation for building scalable and efficient NFT marketplaces.
py -m venv env
source ./env/Scripts/activate // linux
./env/Scripts/Activate.ps1 // windows
pip install -r ./requirements.txt
cd cheapNFT
python manage.py runserver
Get all auction list
Get auction data
Put bid to auction
Create new auction