Includes implementation for a decentralized manufacturing marketplace, follwoing the concept described under iBlockchain’s Open IoT Marketplace: Order-Controlled Production.
Agent based implementation can be found under EoT Agents Manufacturing Marketplace.
Open-EoT-Agents is open-sourced under the Apache-2.0 license. See the LICENSE file for details.
pip install --user pipenv
)
To develop cross agent components, e.g. protocols or connections, you can use the provided cli.py with cli <component-name>
to scaffold
an aea project at ./aea_components/<component-name>_aea_project
with an aea <component-name>_agent
.
See the output for further steps.
In addition check Prerequisities for needed setup of environment, especially the section for the local registry.