# Pantheon Ethereum Client [![Build Status](http://forge-jenkins.kellstrand.com:8080/job/PegaSysEng%20Pantheon/job/master/badge/icon)](http://forge-jenkins.kellstrand.com:8080/job/PegaSysEng%20Pantheon/job/master/) [![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/binaries/pantheon/images/download.svg)](https://bintray.com/consensys/binaries/pantheon/_latestVersion) TODO: Update Download links once artifacts are on bintray ## Pantheon Users The process for building and running Pantheon as a user is different to when developing. All user documentation is on our Wiki and some processes are different to those described in this Readme. ### Build, Install, and Run Pantheon Building, installing, and running Pantheon is described in the Wiki: * [Build and Install](https://github.com/PegaSysEng/pantheon/wiki/Installation) * [Quickstart](https://github.com/PegaSysEng/pantheon/wiki/Quickstart) ### Documentation User and reference documentation available on the Wiki includes: * [Command Line Options](https://github.com/PegaSysEng/pantheon/wiki/Pantheon-CLI-Syntax) * [JSON-RPC API](https://github.com/PegaSysEng/pantheon/wiki/JSON-RPC-API) * [Docker Quickstart Tutorial](https://github.com/PegaSysEng/pantheon/wiki/Docker-Quickstart) ## Pantheon Developers * [Contribution Guidelines](CONTRIBUTING.md) * [Wiki](wiki/) for installation & configuring Pantheon * [Installation](wiki/Installation) ### Development Instructions for how to get started with developing on the Orion codebase. Please also read the [contribution guidelines](CONTRIBUTING.md) for more detail on how to submit a pull request (PR). * [Installation](wiki/Installation) * [Checking out and building](docs/development/building.md) * [Running Pantheon via Gradle](docs/development/running-with-gradle.md) * [Code Coverage](docs/development/code-coverage.md) * [Logging](docs/development/logging.md)