This repository is a collection of common libraries used in the aergo project. See godoc to get more detail descriptions and usages.
Package config provides an easy way to create and manage configurations for aergo projects written in go.
Package db is an wrapper of database implementations. Currently, this supports badgerdb. More implementations (e.g. leveldb) will be updated in the future
Package log is a global and configurable logger pkg, based on zerolog