mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
2.2 KiB
43 lines
2.2 KiB
# Pantheon Ethereum Client
|
|
[![Build Status](https://jenkins.pegasys.tech/job/Pantheon/job/master/badge/icon)](https://jenkins.pegasys.tech/job/Pantheon/job/master/)
|
|
[![Documentation Status](https://readthedocs.org/projects/pantheon/badge/?version=latest)](https://docs.pantheon.pegasys.tech/en/latest/?badge=latest)
|
|
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/PegasysEng/pantheon/blob/master/LICENSE)
|
|
[ ![Download](https://api.bintray.com/packages/consensys/pegasys-repo/pantheon/images/download.svg) ](https://bintray.com/consensys/pegasys-repo/pantheon/_latestVersion)
|
|
[![Gitter chat](https://badges.gitter.im/PegaSysEng/pantheon.png)](https://gitter.im/PegaSysEng/pantheon)
|
|
|
|
Pantheon is an Apache 2.0 licensed, MainNet compatible, Ethereum client written in Java.
|
|
|
|
## Issues
|
|
|
|
Pantheon issues are tracked in [Jira](https://pegasys1.atlassian.net/secure/Dashboard.jspa?selectPageId=10117) not GitHub.
|
|
See our [contribution guidelines](CONTRIBUTING.md) for more detail on searching and creating issues.
|
|
|
|
If you've commented on existing issue and have been waiting for a reply, feel free to ping us on [Gitter].
|
|
|
|
## Pantheon Users
|
|
|
|
The process for installing and running Pantheon as a user is different to when developing. Some processes in our [user documentation](https://docs.pantheon.pegasys.tech/en/latest/) are different to those described in this Readme.
|
|
|
|
## Pantheon Developers
|
|
|
|
* [Contribution Guidelines](CONTRIBUTING.md)
|
|
* [Coding Conventions](CODING-CONVENTIONS.md)
|
|
* [Command Line Interface (CLI) Style Guide](CLI-STYLE-GUIDE.md)
|
|
* [User Documentation] for running and using Pantheon
|
|
|
|
### Development
|
|
|
|
Instructions for how to get started with developing on the Pantheon codebase. Please also read the
|
|
[contribution guidelines](CONTRIBUTING.md) for more detail on how to submit a pull request (PR).
|
|
|
|
* [Checking Out and Building](docs/development/building.md)
|
|
* [Running Developer Builds](docs/development/running-developer-builds.md)
|
|
* [Code Coverage](docs/development/code-coverage.md)
|
|
* [Logging](docs/development/logging.md)
|
|
|
|
[User Documentation]: https://docs.pantheon.pegasys.tech/en/stable/
|
|
[Gitter]: https://gitter.im/PegaSysEng/pantheon
|
|
|
|
## Release Notes
|
|
|
|
[Release Notes](CHANGELOG.md)
|
|
|