An open API service indexing awesome lists of open source software.

https://github.com/perusworld/besu-isolated-networks

Isolated sample besu network setup between partnera, partnerb, partnerc
https://github.com/perusworld/besu-isolated-networks

Last synced: 5 months ago
JSON representation

Isolated sample besu network setup between partnera, partnerb, partnerc

Awesome Lists containing this project

README

          

# Besu Isolated Networks

If you would like to customise the type of network you want you can look at [Besu Scripts](https://github.com/perusworld/besu-scripts)

## Key Configs
```
permissions-nodes-config-file-enabled=false
discovery-enabled=false
# with only validators
static-nodes-file="/config/static-nodes.json"
nat-method="NONE"
p2p-host="0.0.0.0"
Xdns-enabled=true
Xdns-update-enabled=true

```

## Network Topology
![Network Topology](/network-topology.png)