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.
Joshua Fernandes
9d33fda0d0
|
5 years ago | |
---|---|---|
.circleci | 5 years ago | |
.github | 5 years ago | |
acceptance-tests | 5 years ago | |
besu | 5 years ago | |
buildSrc/src/main/groovy | 5 years ago | |
config | 5 years ago | |
consensus | 5 years ago | |
crypto | 5 years ago | |
docker | 5 years ago | |
docs | 5 years ago | |
enclave | 5 years ago | |
errorprone-checks | 5 years ago | |
ethereum | 5 years ago | |
gradle | 5 years ago | |
metrics | 5 years ago | |
nat | 5 years ago | |
plugin-api | 5 years ago | |
plugins | 5 years ago | |
scripts | 5 years ago | |
services | 5 years ago | |
testutil | 5 years ago | |
util | 5 years ago | |
.dockerignore | 5 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 5 years ago | |
.gitmodules | 6 years ago | |
CHANGELOG.md | 5 years ago | |
CLI-STYLE-GUIDE.md | 5 years ago | |
CODE-OF-CONDUCT.md | 6 years ago | |
CODING-CONVENTIONS.md | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
DCO.md | 5 years ago | |
LICENSE | 6 years ago | |
MAINTAINERS.md | 5 years ago | |
README.md | 5 years ago | |
ROADMAP.md | 5 years ago | |
SECURITY.md | 5 years ago | |
build.gradle | 5 years ago | |
gradle.properties | 5 years ago | |
gradlew | 6 years ago | |
gradlew.bat | 6 years ago | |
settings.gradle | 5 years ago |
README.md
Besu Ethereum Client
Besu is an Apache 2.0 licensed, MainNet compatible, Ethereum client written in Java.
Issues
Besu issues are tracked in Jira not GitHub. See our contribution guidelines for more detail on searching and creating issues.
If you've commented on an existing issue and have been waiting for a reply, feel free to ping us on RocketChat.
Besu Users
The process for installing and running Besu as a user is different to when developing. Some processes in our user documentation are different to those described in this Readme.
Besu Developers
- Contribution Guidelines
- Coding Conventions
- Command Line Interface (CLI) Style Guide
- User Documentation for running and using Besu
Development
Instructions for how to get started with developing on the Besu codebase. Please also read the contribution guidelines for more detail on how to submit a pull request (PR).