Skip to content
/ bee Public
forked from ethersphere/bee

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.

License

Notifications You must be signed in to change notification settings

tgolang/bee

This branch is 1 commit ahead of, 21 commits behind ethersphere/bee:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4b5c6b · Mar 8, 2025
May 11, 2020
Jan 14, 2025
Feb 11, 2025
Feb 5, 2025
Feb 11, 2025
Mar 8, 2025
Oct 5, 2020
Dec 19, 2022
Nov 7, 2024
Nov 28, 2024
Jul 10, 2024
Aug 15, 2024
Nov 5, 2024
Aug 15, 2024
Nov 7, 2024
May 29, 2024
Mar 4, 2025
Nov 7, 2024
Nov 7, 2024
Apr 2, 2020
Mar 4, 2025
Nov 7, 2024
Jan 5, 2022
Oct 3, 2023
Jan 23, 2020
Feb 5, 2025
Feb 5, 2025
Feb 2, 2022
Oct 10, 2022

Repository files navigation

Swarm Bee

Go Go Reference codecov Go Report Card API OpenAPI Specs Docker Pulls GitHub all releases GitHub

DISCLAIMER

This software is provided to you "as is", use at your own risk and without warranties of any kind. It is your responsibility to read and understand how Swarm works and the implications of running this software. The usage of Bee involves various risks, including, but not limited to: damage to hardware or loss of funds associated with the Ethereum account connected to your node. No developers or entity involved will be liable for any claims and damages associated with your use, inability to use, or your interaction with other nodes or the software.

Our documentation is hosted at https://docs.ethswarm.org.

Versioning

There are two versioning schemes used in Bee that you should be aware of. The main Bee version does NOT follow strict Semantic Versioning. Bee hosts different peer-to-peer wire protocol implementations and individual protocol breaking changes would necessitate a bump in the major part of the version. Breaking changes are expected with bumps of the minor version component. New (backward-compatible) features and bug fixes are expected with a bump of the patch component. Major version bumps are reserved for significant changes in Swarm's incentive structure.

The second is the Bee's API version (denoted in our Bee OpenAPI specifications). This version follows Semantic Versioning and hence you should follow these for breaking changes.

Contributing

Please read the coding guidelines and style guide.

Installing

Install instructions

Get in touch

Only official website

License

This library is distributed under the BSD-style license found in the LICENSE file.

About

Bee is a Swarm client implemented in Go. It’s the basic building block for the Swarm network: a private; decentralized; and self-sustaining network for permissionless publishing and access to your (application) data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.7%
  • Other 0.3%