We run this demo with Docker and Docker Compose on an Ubuntu machine.
To run the python code, you also need python3, pip3 and iroha python library. Install the iroha python library with following command:
pip3 install iroha==0.0.5.5
From projects root directory, run the following command to clear previous setup:
bash network.sh down
From projects root directory, run the following command to setup the network:
bash network.sh up
From projects root directory, run the following command to clear previous setup:
bash network.sh down
From projects root directory, run the following command to setup the network:
bash network.sh up
From projects root directory, run the following command for transaction example:
python3 python_sdk/tx-example.py
From projects root directory, run the following command to clear previous setup:
bash network.sh down
From projects root directory, run the following command to setup the network:
bash network.sh up
From projects root directory, run the following command for decentralized-exchanged example:
python3 python_sdk/decentralized-exchanged.py
From projects root directory, run the following command to clear previous setup:
bash network.sh down
From projects root directory, run the following command to setup the network:
bash network.sh up
From projects root directory, run the following command for multi-signature example:
python3 python_sdk/multi-signature.py