https://github.com/ethersphere/bee-clef
bee-clef is official ethereum clef binary wrapped and preconfigured for bee as a service
https://github.com/ethersphere/bee-clef
Last synced: 6 months ago
JSON representation
bee-clef is official ethereum clef binary wrapped and preconfigured for bee as a service
- Host: GitHub
- URL: https://github.com/ethersphere/bee-clef
- Owner: ethersphere
- License: gpl-3.0
- Archived: true
- Created: 2020-11-23T10:03:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T12:12:15.000Z (over 3 years ago)
- Last Synced: 2025-05-06T20:41:36.945Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 84 KB
- Stars: 79
- Watchers: 23
- Forks: 48
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What
[*clef*](https://github.com/ethereum/go-ethereum/tree/master/cmd/clef)
is the [Go Ethereum client](https://github.com/ethereum/go-ethereum/)'s
external signer (an external service that signs transactions).
[*bee-clef*](https://github.com/ethersphere/bee-clef) starts up a
custom `clef` instance that is preconfigured to be suitable for
[bee](https://github.com/ethersphere/bee)'s automated operation.
This repo contains the source files for building packages for various
package managers and platforms.
# How
It takes the original `clef` binary and starts it up as a service
with a special configuration that is probably only suitable for `bee`.
`bee` can be configured to use other external signers, but
`bee-clef` is probably not interesting outside the scope of being an
external signer service for `bee`.
# Install
You probably want to follow the
[Swarm Bee manual](https://docs.ethswarm.org/docs/),
or head straight to the
[release download page](https://github.com/ethersphere/bee-clef/releases).