hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.49k stars 812 forks source link

feat: Add network option for LUKSO Mainnet #7223

Closed Wolmin closed 3 months ago

Wolmin commented 3 months ago

PR description

This PR provides an option to connect to LUKSO Mainnet network, using --network=lukso flag.

Fixed Issue(s)

No matching issues

Thanks for sending a pull request! Have you done the following?

Locally, you can run these tests to catch failures early:

Hugoo commented 3 months ago

For reference, genesis files are available here:

https://github.com/lukso-network/network-configs/blob/main/mainnet/shared/genesis.json

fab-10 commented 3 months ago

Could you share a quick guide on how to run a CL/EL to sync and follow the network, for a quick smoke test?

Hugoo commented 3 months ago

Could you share a quick guide on how to run a CL/EL to sync and follow the network, for a quick smoke test?

hey @fab-10 - maybe this tutorial can help:

https://docs.lukso.tech/networks/mainnet/running-a-node

But the tl:dr is that it is the exact same setup as Ethereum, only the genesis file is different. So any setup you currently use to test Ethereum or Gnosis, will work for LUKSO too.

The genesis files are here:

https://github.com/lukso-network/network-configs/blob/main/mainnet/shared/genesis.json

fab-10 commented 3 months ago

please update again with main branch