Difference between revisions of "IT-SDK-Hyperledger-Besu"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (Created page with "=Mix= * open source Ethereum client * sync with Ethereum's public network known as Mainnet * configure Besu to run as a private network or on existing test networks and the co...") |
Samerhijazi (talk | contribs) |
||
| Line 4: | Line 4: | ||
* configure Besu to run as a private network or on existing test networks and the consensus mechanisms you can implement in doing so. | * configure Besu to run as a private network or on existing test networks and the consensus mechanisms you can implement in doing so. | ||
* https://besu.hyperledger.org/ | * https://besu.hyperledger.org/ | ||
| + | * how to use a genesis file to define the first block in the chain of a private network. | ||
Revision as of 11:48, 8 January 2025
Mix
- open source Ethereum client
- sync with Ethereum's public network known as Mainnet
- configure Besu to run as a private network or on existing test networks and the consensus mechanisms you can implement in doing so.
- https://besu.hyperledger.org/
- how to use a genesis file to define the first block in the chain of a private network.