Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

trustbloc/edge-core

Repository files navigation

Release License Godocs

edge-core ci codecov Go Report Card

edge-core

Edge Core implements core components that are shared between various edge services.

Prerequisites (General)

  • Go 1.15

Targets

# run checks and unit tests
make all

# run linter checks
make lint

# run license checks
make license

# run unit tests
make unit-test

Contributing

Thank you for your interest in contributing. Please see our community contribution guidelines for more information.

License

Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.