Run SwipeChain
Guide to set up SwipeChain Node on source code and script.
Last updated
Was this helpful?
Guide to set up SwipeChain Node on source code and script.
Ensure you have a recent version of go (ie 1.15) and enabled go modules And have GOBIN in your PATH
export GOBIN=$GOPATH/binInstall via this make command.
make installOnce you've installed swipecli and swiped, check that they are there {GOBIN} folder swipecli and swiped generated.
swipecli help
swiped helpFor development and running a full chain locally (your own separate network), use the following make command.
make -C build/docker reset-mocknet-standalonemake formatmake allRun tests
To run test live when you change a file, use...
Last updated
Was this helpful?
Was this helpful?
make test
# test with NATIVE SXP
NATIVE=true make testgo get -u github.com/mitranim/gow
make test-watch