umbra
umbra copied to clipboard
Is it possible to query and submit transactions from outside the simulation?
Hello,
I would like to make an Agent-based simulation of a prototype I've implemented in Hyperledger Fabric. Since Umbra does not support agent-based simulations, I was thinking if I could still use it to perform such task. In my mind, the architecture would be the following:
- umbra is the simulation engine that stores all the environment variables
- a multi-agent system, running a separate process, would query the blockchain (being simulated by umbra) and submit transactions (causing state changes).
Accoding to the documentation, all events are defined prior to running the simulation, but what I want is to be able to have the multi-agent system triggering the events.
Is it possible to achieve?
Thanks in advance.
Best Regards, Dinis