Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 674 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 674 Bytes

Hyperledger Besu "Workshop"

This workshop is designed to help you get started with Hyperledger Besu, an Ethereum client designed for enterprise use. Besu is an open-source project that is part of the Hyperledger family of projects. It is licensed under the Apache 2.0 license and written in Java.

It contains three folders:

  1. [1-basic-node] - This folder contains the basic setup to run a Besu node.
  2. [2-local-private-network] - This folder contains the setup to run a private network on your local machine.
  3. [3-ckl-network] - This folder contains the setup to run a Clique network on your local machine.

The instructions to run the files are inside each folder.