Sign inSign up

ethersphere/latitudesh-bee-blueprint

By ethersphere

Updated about 2 years ago

Image
0

1.0K

ethersphere/latitudesh-bee-blueprint repository overview

Latitude.sh Blueprint for Swarm Bee Light Node

Latitude.sh Launchpad blueprint to run a Swarm Bee light node. This blueprint also installs Swarm-CLI for interacting with the bee node.

About Swarm

Swarm is a peer-to-peer network of Bee nodes that collectively provide censorship resistant decentralised storage and communication services. Swarm's mission is to shape the future towards a self-sovereign global society and permissionless open markets by providing scalable base-layer data storage infrastructure for the decentralised internet. Its incentive system is enforced through smart contracts on the Gnosis Chain blockchain and powered by the xBZZ token, making it economically self-sustaining.

Using the blueprint on Latitude.sh

Environment Variables on Latitude.sh

Each of the following environment variable is optional, set either SSH_PASSWORD or PUBLIC_KEY for ssh access

VariableDescription
PUBLIC_KEYPublic Key for ssh access
SSH_USERUsername for ssh access (default: root)
SSH access on Latitude.sh

To enable SSH access, enter your public SSH key in the PUBLIC_KEY environment variable during deployment. After deployment, use the provided IP address and the following command to connect:

ssh root@<APP_IP> -p 22

Getting started after deploying Swarm Lightnode

Connect to your instance with ssh root@<APP_IP> -p 22

Verify Bee node status with swarm-cli status

Participate in the Swarm network:

Development

Running the docker image
docker pull ethersphere/latitudesh-bee-blueprint:latest
docker run -d -p 1633:1633 ethersphere/latitudesh-bee-blueprint:latest
Building the docker image locally
git clone https://github.com/ethersphere/latitudesh-bee-blueprint.git
cd latitudesh-bee-blueprint
docker build -t ethersphere/latitudesh-bee-blueprint:latest

Tag summary

Content type

Image

Digest

sha256:df5972138

Size

289.6 MB

Last updated

about 2 years ago

docker pull ethersphere/latitudesh-bee-blueprint