For the complete documentation index, see llms.txt. This page is also available as Markdown.

Build with Script

Guide to set up SwipeChain Node with shell script on Ubuntu.

Ubuntu Installation

This repo contains a script to install SwipeNode

wget https://github.com/SwipeWallet/swipechain-node/build/linux/ubuntu/swipenode.bash
sudo chmod u+x swipenode.bash
./swipenode.bash

Once this runs and thornode is installed, you'll need to configure it.

PEER=<SEED IP ADDRESS> ../../scripts/validator.sh

For more documentation, read...

../../../docs/validator.md

Last updated

Was this helpful?