mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-06 01:32:18 +00:00
da20785685
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b] Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
22 lines
549 B
Bash
22 lines
549 B
Bash
export ROOT="${GOPATH}/src/github.com/ethereum/go-ethereum"
|
|
export PATH="${ROOT}/swarm/dev/bin:${PATH}"
|
|
|
|
cd "${ROOT}/swarm/dev"
|
|
|
|
cat <<WELCOME
|
|
|
|
=============================================
|
|
|
|
Welcome to the swarm development environment.
|
|
|
|
- Run 'make' to build the swarm, geth and bootnode binaries
|
|
- Run 'make test' to run the swarm unit tests
|
|
- Run 'make cluster' to start a swarm cluster
|
|
- Run 'exit' to exit the development environment
|
|
|
|
See the 'scripts' directory for some useful scripts.
|
|
|
|
=============================================
|
|
|
|
WELCOME
|