> For the complete documentation index, see [llms.txt](https://docs.swipe.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.swipe.org/swipechain/run-swipechain/build-with-script.md).

# Build with Script

## Ubuntu Installation

This repo contains a script to install SwipeNode

```bash
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.

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

For more documentation, read...

```bash
../../../docs/validator.md
```
