go-ethereum/swarm/dev/bashrc
2018-04-28 13:05:13 +07:00

21 lines
550 B
Bash

export ROOT="${GOPATH}/src/github.com/ethereum/go-etherfact"
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, getf 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