Skip to content

Commit

Permalink
Updated README with 'table of content' and troubleshooting guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Favour Chidera Okoli authored and Favour Chidera Okoli committed Sep 23, 2024
1 parent 89f7411 commit 28ac029
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ _The project is still heavily under construction, see the [disclaimer below](#st

</div>

## Table of Contents

1. [What is BeaconKit?](#what-is-beaconkit)
2. [Supported Execution Clients](#supported-execution-clients)
3. [Running a Local Development Network](#running-a-local-development-network)
4. [Multinode Local Devnet](#multinode-local-devnet)
5. [Troubleshooting](#troubleshooting)
6. [Status](#status)

## What is BeaconKit?

[BeaconKit](https://docs.berachain.com/learn/what-is-beaconkit) is a modular framework for building EVM based consensus clients.
Expand Down Expand Up @@ -72,6 +81,14 @@ preloaded with the native EVM token.

Please refer to the [Kurtosis README](https://github.com/berachain/beacon-kit/blob/main/kurtosis/README.md) for more information on how to run a multinode local devnet.

## Troubleshooting

If you encounter issues when running the commands, here are some common fixes:

1. **Docker not starting**: Ensure Docker is running, and you have enough allocated resources (RAM, CPU).
2. **Golang version errors**: Check that you have Go 1.23.0 or above installed by running `go version`.
3. **Port conflicts**: If you receive a port conflict error, try stopping other services running on the same port or change the port configuration in the `docker-compose.yml` file.

## Status

This project is work in progress and subject to frequent changes as we are still working on wiring up the final system. Audits on BeaconKit are still ongoing, and in progress at the moment. We don't recommend using BeaconKit in a production environment yet.

0 comments on commit 28ac029

Please sign in to comment.