https://github.com/aergoio/aergo-lib
a collection of common libraries used in the aergo project
https://github.com/aergoio/aergo-lib
aergo configuration db golang library log
Last synced: 8 months ago
JSON representation
a collection of common libraries used in the aergo project
- Host: GitHub
- URL: https://github.com/aergoio/aergo-lib
- Owner: aergoio
- License: mit
- Created: 2018-08-20T02:36:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-10-17T20:16:08.000Z (9 months ago)
- Last Synced: 2025-10-18T22:12:13.947Z (9 months ago)
- Topics: aergo, configuration, db, golang, library, log
- Language: Go
- Size: 353 KB
- Stars: 2
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/aergoio/aergo-lib)
[](https://opensource.org/licenses/MIT)
[](https://codeclimate.com/github/aergoio/aergo-lib/maintainability)
[](https://codeclimate.com/github/aergoio/aergo-lib/test_coverage)
[](https://godoc.org/github.com/aergoio/aergo-lib)
[comment]: <> (CI badge will be added on next release. )
# aergo-lib
This repository is a collection of common libraries used in the aergo project.
See [godoc](https://godoc.org/github.com/aergoio/aergo-lib) to get more detail descriptions and usages.
## config
Package config provides an easy way to create and manage configurations for aergo projects written in go.
## db
Package db is an wrapper of database implementations. Currently, this supports [badgerdb](https://github.com/dgraph-io/badger).
More implementations (e.g. leveldb) will be updated in the future
## log
Package log is a global and configurable logger pkg, based on [zerolog](https://github.com/rs/zerolog)