Няма описание

Sergiu 0968b122f0 Deploy smart contract using pure python library ERDPY using pem files and wasm file. преди 2 години
backend 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. преди 2 години
my_env 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. преди 2 години
.gitignore 15c891d003 Initial commit преди 2 години
README.md 0968b122f0 Deploy smart contract using pure python library ERDPY using pem files and wasm file. преди 2 години

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