Skip to content

Latest commit

 

History

History
87 lines (57 loc) · 4.19 KB

README.md

File metadata and controls

87 lines (57 loc) · 4.19 KB

Besu Ethereum Client

CircleCI Documentation CII Best Practices License Discord Twitter Follow

Download

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

Useful Links

Issues

Besu issues are tracked in the github issues tab. See our guidelines for more details on searching and creating issues.

If you have any questions, queries or comments, Besu channel on Discord is the place to find us.

Besu Users

To install the Besu binary, follow these instructions.

Account Management

Create Account

Besu provides a command-line tool to create new Ethereum accounts:

besu create-account --name="MyAccount" --password="myPassword"

This command:

  • Generates a new Ethereum private key
  • Creates an encrypted keystore file (Web3 Secret Storage format)
  • Outputs the Ethereum address and keystore location

The generated keystore is compatible with MetaMask and other Ethereum wallets. Store your password and keystore file securely - they are required to access your account.

Besu Developers

Development

Instructions for how to get started with developing on the Besu codebase. Please also read the wiki for more details on how to submit a pull request (PR).

Release Notes

Release Notes

Special thanks

YourKit for providing us with a free profiler open source license.

YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

YourKit Logo