📦 Packages Overview¶
This section provides an overview of the key packages in the Entiqon project, their purposes, and how they fit into the overall architecture.
Packages¶
Common: Shared utilities and helper functions used across multiple modules. Installation:
go get github.com/entiqon/common
Database: Modular SQL query builder focused on database operations. Installation:
go get github.com/entiqon/db
More packages such as core
, auth
, and http
will be added as the project evolves.