github.com/ethersphere/bee/v2@v2.2.0/packaging/homebrew-arm64/bee-get-addr (about) 1 #!/bin/sh 2 3 ETH_ADDRESS=$(/opt/homebrew/bin/bee init --config /opt/homebrew/etc/swarm-bee/bee.yaml 2>&1 | grep ethereum | cut -d'=' -f6 | tr -d '"') 4 echo " 5 Please make sure there is XDAI and, if required, XBZZ available on the following Ethereum address on Gnosis Chain: $ETH_ADDRESS 6 7 Learn how to fund your node by visiting our docs at https://docs.ethswarm.org/docs/installation/fund-your-node 8 9 Once your node's wallet has received the funds start service with 'brew services start swarm-bee' and it will begin joining the Swarm network. 10 11 See the docs for more information at https://docs.ethswarm.org/docs/. 12 "