NFT Operations in Python
Describing the steps to verify the NFT_python on local or server machine below.
Machine configuration : Local or server machine.
Step 1: Clone NFT_python binaries on machine
Project Url :
https://gitlab.com/PBSA/PeerplaysIO/tools-libs/python-peerplays/-/tree/nftClone binaries on Machine :
git clone https://gitlab.com/PBSA/PeerplaysIO/tools-libs/python-peerplays.gitStep: 2 Install virtual env on machine
Go to project :
cd python-peerplaysRun:
virtualenv -p python3 envStep: 3 Install python requirements
Run:
then,
And then,
Step: 4 Run unit tests
Run:
Expected result should be as below:
Cheers, all unit tests are passed and you successfully verify the NFT_python
Last updated
