/autonity

Primary LanguageGoGNU Lesser General Public License v3.0LGPL-3.0

Autonity

Join the chat at https://gitter.im/clearmatics/autonity Build Status

Autonity is a generalization of the Ethereum protocol based on a fork of go-ethereum.

Autonity Documentation

Building the source

Building autonity requires both a Go (version 1.9 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

make autonity

License

The go-ethereum library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-ethereum binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.