Part of #240. Depends on #SUB1.
Run a Sepolia testnet Bee as a light node on the staging VM, and prove it is actually connected to the network before trusting any upload.
Why a light node
The gateway buys batches via the chain client and stamps are signed off-chain, so staging only needs upload + pushsync. A light node (no reserve storage, no BZZ stake) is sufficient and far cheaper than a full node.
Scope
- Deploy Bee (container) for Sepolia testnet (chain id 11155111),
full-node=false, swap enabled.
- Fund the Bee chequebook with Sepolia xDAI (faucet) and let it deploy the chequebook.
- Expose the Bee API on localhost only (gateway reads it); p2p port 1634 public.
Network-availability verification (must pass — #236)
Acceptance criteria
Part of #240. Depends on #SUB1.
Run a Sepolia testnet Bee as a light node on the staging VM, and prove it is actually connected to the network before trusting any upload.
Why a light node
The gateway buys batches via the chain client and stamps are signed off-chain, so staging only needs upload + pushsync. A light node (no reserve storage, no BZZ stake) is sufficient and far cheaper than a full node.
Scope
full-node=false, swap enabled.Network-availability verification (must pass — #236)
connectedPeersclimbs to a healthy count (not stuck low).networkAvailability=Available(NOTUnavailable)./api/v1/debug/bee/topology,/status) and/healthnode section once the gateway is up (#SUB3).Acceptance criteria
networkAvailability=Available.