aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/dev/bashrc
blob: efb504fa36eb7c46e0c955d82cd3c1c86cbcd6bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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