Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 938 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 938 Bytes

PaNeRo

Platform Prototype Supporting the Decentralized Market Agent

Components

Provisioning

By default, all components can be provisioned using Docker Compose, see panero-docker.

Building from Source

If you want to build PaNeRo from source code, use the following steps.

Required Tools

Clone and Build

Clone this repository locally using:

git clone https://github.com/NEMAR/PaNeRo.git

Navigate to the newly created directory and execute:

mvn clean install