Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T12:12:15.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T23:23:19.226Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 84 KB
- Stars: 79
- Watchers: 24
- Forks: 50
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swarm - Bee-Clef - External signer service for transactions, suitable for Bee (Projects / Services)
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).