bee-compose
Copyright 2026 snaha

This product includes software developed at the following projects:

- Swarm Bee (https://github.com/ethersphere/bee)
  Licensed under the BSD 3-Clause License.
  Used as the base Docker image (ethersphere/bee) for the queen and worker
  services defined in bee/Dockerfile and compose.yml.

- ethersphere/storage-incentives (https://github.com/ethersphere/storage-incentives)
  Licensed under the BSD 3-Clause License.
  Solidity sources for the PostageStamp, PriceOracle, StakeRegistry,
  Redistribution, and TestToken contracts. Pulled in via git submodule
  under blockchain/deploy/lib/storage-incentives and deployed at
  snapshot-bake time by blockchain/deploy/script/Deploy.s.sol; the
  resulting bytecode + storage live in blockchain/state.anvil.json.

- ethersphere/swap-swear-and-swindle (https://github.com/ethersphere/swap-swear-and-swindle)
  Licensed under the BSD 3-Clause License.
  Solidity sources for the SimpleSwapFactory + ERC20SimpleSwap (chequebook)
  contracts. Pulled in via git submodule under
  blockchain/deploy/lib/swap-swear-and-swindle and deployed at
  snapshot-bake time alongside storage-incentives.

- OpenZeppelin Contracts (https://github.com/OpenZeppelin/openzeppelin-contracts)
  Copyright (c) OpenZeppelin. Licensed under the MIT License.
  Two versions are vendored as git submodules: v4.8.3 (used by
  storage-incentives, solc 0.8.x) and v3.4.2-solc-0.7 (used by
  swap-swear-and-swindle, solc 0.7.6). Imports from these libraries are
  embedded into the deployed contract bytecode in
  blockchain/state.anvil.json.

- fdp-play (https://github.com/fairDataSociety/fdp-play)
  Copyright (c) Fair Data Society. Licensed under the BSD 3-Clause License.
  bee/data/{queen,worker-N}/ contains deterministic libp2p / swarm / pss
  keys originally generated by fdp-play. The Ethereum addresses derived
  from those swarm keys are hardcoded in
  blockchain/deploy/script/Deploy.s.sol so each Bee node receives gas ETH
  and BZZ at deploy time.

- Foundry / Anvil (https://github.com/foundry-rs/foundry)
  Copyright (c) Foundry contributors. Licensed under the Apache License 2.0
  and MIT License (dual-licensed). Used as the runtime base image for the
  blockchain service (ghcr.io/foundry-rs/foundry) and as the build-time
  toolchain that runs blockchain/deploy/script/Deploy.s.sol to produce
  blockchain/state.anvil.json.

- forge-std (https://github.com/foundry-rs/forge-std)
  Licensed under the Apache License 2.0 and MIT License (dual-licensed).
  Foundry standard library used by blockchain/deploy/script/Deploy.s.sol.
  Vendored as a git submodule under blockchain/deploy/lib/forge-std.
