Secondary container for pure python to run mints and transfers on-demand.
Saves resources on a server since it is not running endlessly, and being in Docker means a clean environment with easy updates (including module changes).
Could be called via docker engine modules in other languages, or through shell_exec built-ins.
I will also need to add docs for using python venv.
Secondary container for pure python to run mints and transfers on-demand.
Saves resources on a server since it is not running endlessly, and being in Docker means a clean environment with easy updates (including module changes).
Could be called via docker engine modules in other languages, or through shell_exec built-ins.
I will also need to add docs for using python venv.