9.8.1 Configure Python App as Transaction Initiator
You can select Flask or Django as the framework for your Python application. This section provides instructions to integrate the MicroTx library with the application code of your Python application with Flask framework.
Source code of a sample Python transaction initiator application which uses the MicroTx library is available in the
app.py
file which is located in the microtx-samples
GitHub repository. You can use this as a reference while integrating the MicroTx libraries with your application.
Parent topic: Develop Python Apps with TCC