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.
 
 
mark-terry 454a787a8d [NC-1773] Minor OSS documentation tweaks. (#122) 6 years ago
.github [NC-1773] Minor OSS documentation tweaks. (#122) 6 years ago
acceptance-tests NC-1244 Implement JSON-RPC method "eth_getWork" (#70) 6 years ago
buildSrc/src/main/groovy [NC-862] License headers applied to non-java files (#93) 6 years ago
consensus [NC-1778] Added Clique JSON RPC method clique_proposals (#123) 6 years ago
crypto [NC-862] License headers applied to non-java files (#93) 6 years ago
docs [NC-1773] Minor OSS documentation tweaks. (#122) 6 years ago
errorprone-checks [NC-862] License headers applied to non-java files (#93) 6 years ago
ethereum [NC-1777] Add milestone configuration to dev.json so that if it happens to be used directly it uses Byzantium instead of defaulting to the MainNet milestone blocks. (#121) 6 years ago
gradle [NC-862] License headers applied to non-java files (#93) 6 years ago
pantheon ignore these tests until we can fix it (#124) 6 years ago
quickstart [NC-862] License headers applied to non-java files (#93) 6 years ago
services [NC-862] License headers applied to non-java files (#93) 6 years ago
testutil [NC-862] License headers applied to non-java files (#93) 6 years ago
util [NC-862] License headers applied to non-java files (#93) 6 years ago
.dockerignore [MINOR] removing executable from files (#14) 6 years ago
.env Use consistent ports for quickstart (#62) 6 years ago
.gitattributes [MINOR] removing executable from files (#14) 6 years ago
.gitignore [MINOR] removing executable from files (#14) 6 years ago
.gitmodules [MINOR] removing executable from files (#14) 6 years ago
CLA.md [NC-1540] First Draft of OSS Roles & Std OSS Documenation (#29) 6 years ago
CODE-OF-CONDUCT.md [NC-1540] First Draft of OSS Roles & Std OSS Documenation (#29) 6 years ago
CONTRIBUTING.md [NC-1773] Minor OSS documentation tweaks. (#122) 6 years ago
Dockerfile [NC-887] release docker image (#71) 6 years ago
GETTING-STARTED.md Doc archive for release (#107) 6 years ago
GOVERNANCE.md [NC-1773] Minor OSS documentation tweaks. (#122) 6 years ago
Jenkinsfile [NC-1449] test docker quickstart (#41) 6 years ago
Jenkinsfile.release Uploading to Bintray as part of the release (#105) 6 years ago
LICENSE Revert "Updated Copyright info in License file (#102)" (#104) 6 years ago
README.md [MINOR] fix project name in readme (#80) 6 years ago
build.gradle Uploading to Bintray as part of the release (#105) 6 years ago
gradle.properties Update snapshot version number (#86) 6 years ago
gradlew Initial commit 6 years ago
gradlew.bat Initial commit 6 years ago
settings.gradle [NC-1582] Moved all the legacy iBFT classes for block importing into the newly created ibftlegacy module (#96) 6 years ago
versions.gradle [NC-862] License headers applied to non-java files (#93) 6 years ago

README.md

Pantheon Ethereum Client

Build Status License Download

Pantheon is an Apache 2.0 licensed, MainNet compatible, Ethereum client written in Java.

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:

Documentation

User and reference documentation available on the Wiki includes:

Pantheon Developers

Development

Instructions for how to get started with developing on the Pantheon codebase. Please also read the contribution guidelines for more detail on how to submit a pull request (PR).