mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
549 B
22 lines
549 B
8 years ago
|
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
|