Skip to content

aleph-zero-foundation/core-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1ceb02d · Mar 5, 2021

History

66 Commits
May 16, 2020
Jun 17, 2020
May 16, 2020
May 16, 2020
Mar 5, 2021

Repository files navigation

Aleph Library

This is a mirror of GitLab repository.

This repository contains a library used by Aleph Zero Foundation projects.

Installation

The implementation requires go version 1.12 and currently supports only Linux. It requires the following packages:

go get github.com/onsi/ginkgo/ginkgo go get github.com/onsi/gomega/... go get -v -d -t ./...

Unit tests

To run unit tests please use the following command: ginkgo -r -p

License

Aleph Library is released under the Apache 2.0 license. See the LICENSE.txt for details