aergoio / aergo-lib

a collection of common libraries used in the aergo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Report Card MIT License Travis_ci Maintainability Test Coverage API Reference

aergo-lib

This repository is a collection of common libraries used in the aergo project. See godoc 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. More implementations (e.g. leveldb) will be updated in the future

log

Package log is a global and configurable logger pkg, based on zerolog

About

a collection of common libraries used in the aergo project

License:MIT License


Languages

Language:Go 100.0%