https://github.com/ethersphere/ethercomb
https://github.com/ethersphere/ethercomb
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethersphere/ethercomb
- Owner: ethersphere
- Created: 2023-05-08T20:10:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T20:19:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T06:30:50.948Z (over 1 year ago)
- Language: TypeScript
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ethercomb is a CLI tool that automates the process of creating a Docker stack equipped with numerous Bee nodes, all prepared for staking.
## Requirements
You will need a wallet on the Gnosis network (a.k.a. faucet) with a balance of at least 6.0+ xDAI for each Bee node you intend to create.
## Installation
To install Ethercomb globally, use the following `npm` command:
```
npm install --global ethercomb
```
## Usage
This will create a Docker compose file with five Bee nodes, each one with a wallet ready for staking.
```
ethercomb create --wallet $PK --count=5 --rpc $JSON_RPC
```
In the above command, replace `$PK` with your private key and `$JSON_RPC` with your JSON-RPC endpoint.