This is backend project which interact with MetaMarket's smart contracts.
Production (BSC): https://metamarket.click
Staging (BSC testnet): https://testnet.metamarket.click
Python 3.7 or higher.
cd
into the project and then runvirtualenv venv
- Run
source venv/bin/activate
- Run
pip install -r requirements.txt
- Install Ganache by running
python setup_ganache.py
- Run
python manage.py migrate
- (optional) Run
python manage.py createsuperuser
- Run
python manage.py runserver