This feature enables the creation of the data pool smart contract through the implementation of the algorand python SDK. A series of modules were created to simplify the smart contract creation and connection to the blockchain. A directory called "scripts" was created that houses all the code for this feature. Here there are "helper" files that simply operations involving the connection to the blockchain and for parsing/reading data. The script named "operations.py" holds the majority of the custom code to deploy the smart contract and fully create the data pool.
Python SDK Data Pool Creation
This feature enables the creation of the data pool smart contract through the implementation of the algorand python SDK. A series of modules were created to simplify the smart contract creation and connection to the blockchain. A directory called "scripts" was created that houses all the code for this feature. Here there are "helper" files that simply operations involving the connection to the blockchain and for parsing/reading data. The script named "operations.py" holds the majority of the custom code to deploy the smart contract and fully create the data pool.
How to test
export PYTHONPATH=.
scripts/test_SmartContractDeployment.py
-python run [PATHTOFILE]/scripts/test_SmartContractDeployment.py