暫無描述

Sergiu 4dc0fbe04d 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 4dc0fbe04d Deploy smart contract using pure python library ERDPY using pem files and wasm file. 2 年之前

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