Sergiu 0968b122f0 Deploy smart contract using pure python library ERDPY using pem files and wasm file. | 2 years ago | |
---|---|---|
backend | 2 years ago | |
my_env | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago |
#ErdJS API for connection trought wallet \n #Backend NFT transaction - python
sudo apt-get update sudo apt-get install python3-django
django-admin --version
sudo apt-get install python3-pip python3-venv
python3 -m venv my_env source my_env/bin/activate pip3 install django
#To migrate the database python3 manage.py migrate
pip3 install erdpy