No Description

Sergiu 0968b122f0 Deploy smart contract using pure python library ERDPY using pem files and wasm file. 2 years ago
backend 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. 2 years ago
my_env 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. 2 years ago
.gitignore 15c891d003 Initial commit 2 years ago
README.md 0968b122f0 Deploy smart contract using pure python library ERDPY using pem files and wasm file. 2 years ago

README.md

Market_Place_NFT

USE localhost:8000/index

#ErdJS API for connection trought wallet \n #Backend NFT transaction - python

Install and configure workspace

sudo apt-get update sudo apt-get install python3-django

django-admin --version

sudo apt-get install python3-pip python3-venv

Create env:

python3 -m venv my_env source my_env/bin/activate pip3 install django

#To migrate the database python3 manage.py migrate

pip3 install erdpy