github.com/ethersphere/bee/v2@v2.2.0/README.md (about) 1 # Swarm Bee 2 3 [![Go](https://github.com/ethersphere/bee/workflows/Go/badge.svg)](https://github.com/ethersphere/bee/actions) 4 [![Go Reference](https://pkg.go.dev/badge/github.com/ethersphere/bee.svg)](https://pkg.go.dev/github.com/ethersphere/bee) 5 [![codecov](https://codecov.io/gh/ethersphere/bee/branch/master/graph/badge.svg?token=63RNRLO3RU)](https://codecov.io/gh/ethersphere/bee) 6 [![Go Report Card](https://goreportcard.com/badge/github.com/ethersphere/bee)](https://goreportcard.com/report/github.com/ethersphere/bee) 7 [![API OpenAPI Specs](https://img.shields.io/badge/openapi-api-blue)](https://docs.ethswarm.org/api/) 8 ![Docker Pulls](https://img.shields.io/docker/pulls/ethersphere/bee) 9 ![GitHub all releases](https://img.shields.io/github/downloads/ethersphere/bee/total) 10 ![GitHub](https://img.shields.io/github/license/ethersphere/bee) 11 12 13 ## DISCLAIMER 14 This software is provided to you "as is", use at your own risk and without warranties of any kind. 15 It is your responsibility to read and understand how Swarm works and the implications of running this software. 16 The usage of Bee involves various risks, including, but not limited to: 17 damage to hardware or loss of funds associated with the Ethereum account connected to your node. 18 No developers or entity involved will be liable for any claims and damages associated with your use, 19 inability to use, or your interaction with other nodes or the software. 20 21 Our documentation is hosted at https://docs.ethswarm.org. 22 23 ## Versioning 24 25 There are two versioning schemes used in Bee that you should be aware of. The main Bee version does **NOT** follow 26 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. 27 28 29 The second is the Bee's API version (denoted in our [Bee](https://github.com/ethersphere/bee/blob/master/openapi/Swarm.yaml) OpenAPI specifications). This version **follows** 30 Semantic Versioning and hence you should follow these for breaking changes. 31 32 ## Contributing 33 34 Please read the [coding guidelines](CODING.md) and [style guide](CODINGSTYLE.md). 35 36 ## Installing 37 38 [Install instructions](https://docs.ethswarm.org/docs/installation/quick-start) 39 40 ## Get in touch 41 [Only official website](https://www.ethswarm.org) 42 43 44 ## License 45 46 This library is distributed under the BSD-style license found in the [LICENSE](LICENSE) file.