Skip to content

Instantly share code, notes, and snippets.

@cmdallas
Last active December 11, 2017 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmdallas/38ee9918cf915c257cfdd4f1e0b33793 to your computer and use it in GitHub Desktop.
Save cmdallas/38ee9918cf915c257cfdd4f1e0b33793 to your computer and use it in GitHub Desktop.
Skywire quickstart
# install
cd ${GOPATH}/src/github.com
mkdir skycoin && cd $_
git clone -b dev https://github.com/skycoin/skywire.git
dep ensure
cd $GOPATH/src/github.com/skycoin/skywire/cmd
go install ./...
# run
cd $GOPATH/bin
./manager -web-dir ${GOPATH}/src/github.com/skycoin/skywire/static/skywire-manager &
./node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment