From 83a2e40dc0428ee73a52624d22ec4084bbe19230 Mon Sep 17 00:00:00 2001 From: Ljubisa Gacevic Date: Tue, 17 Dec 2024 12:38:06 +0100 Subject: [PATCH] docs: update readme.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f8f95c2..fc8d6c35 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,15 @@ ## Introduction -**Ethereum Swarm Beekeeper** is tool used for orchestrating cluster of [Ethereum Swarm Bee](https://github.com/ethersphere/bee) and running integration tests and simulations against it in the Kubernetes. +**Ethereum Swarm Beekeeper** is an orchestration and testing tool for managing [Ethereum Swarm Bee](https://github.com/ethersphere/bee) clusters. It enables: + +- **Cluster Management**: Automate creation and deletion of Bee clusters in Kubernetes. +- **Integration Checks**: Run tests (e.g., `pingpong`, `pushsync`) to validate network behavior. +- **Static Endpoints Support**: Execute checks without Kubernetes by using static Bee node endpoints. +- **Node Funding**: Automate funding Bee nodes with ETH and BZZ tokens (Kubernetes optional). +- **Dynamic Configuration**: Use flexible YAML-based configs for customizable actions. + +Beekeeper simplifies managing and testing Bee nodes, whether deployed in Kubernetes or standalone environments. ## Requirements