Aucune description

Sergiu 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. il y a 2 ans
backend 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. il y a 2 ans
my_env 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. il y a 2 ans
.gitignore 15c891d003 Initial commit il y a 2 ans
README.md 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. il y a 2 ans

README.md

Market_Place_NFT

#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