Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 324 Bytes

running-developer-builds.md

File metadata and controls

17 lines (11 loc) · 324 Bytes

Running Developer Builds

Build and run Besu with default options using:

./gradlew installDist

By default this stores all persistent data in build/install/besu.

To set custom CLI arguments for the Besu execution:

cd build/install/besu

./bin/besu --discovery-enabled=false --data-path=/tmp/besutmp