WIP
Transport
|
+---> Service
|
+---> Data
Handles the communication with the outside world (like HTTP requests, gRPC, message queues) and translates those requests into actions or queries in the service layer.
Contains business logic, orchestrates data flow between the data layer and the transport layer, and makes decisions based on business rules.
Responsible for data persistence, retrieval, and direct interactions with the data storage mechanisms (databases, file systems, external APIs, including blockchain nodes).
- Clone the repository
- Copy the
.makerc.example
file to.makerc
and fill in the values - Run
make watch
to start the development environment and watch for changes