Janoš Guljaš c786f75389 swarm: bzz-list, bzz-raw and bzz-immutable schemes (#15667) | il y a 7 ans | |
---|---|---|
.. | ||
scripts | il y a 7 ans | |
.dockerignore | il y a 7 ans | |
.gitignore | il y a 7 ans | |
Dockerfile | il y a 7 ans | |
Makefile | il y a 7 ans | |
README.md | il y a 7 ans | |
bashrc | il y a 7 ans | |
run.sh | il y a 7 ans |
The Swarm development environment is a Linux bash shell which can be run in a Docker container and provides a predictable build and test environment.
Run the run.sh
script to build the Docker image and run it, you will then be
at a bash prompt inside the swarm/dev
directory.
Run make
to build the swarm
, geth
and bootnode
binaries into the
swarm/dev/bin
directory.
Run make cluster
to start a 3 node Swarm cluster, or run
scripts/boot-cluster.sh --size N
to boot a cluster of size N.