> For the complete documentation index, see [llms.txt](https://docs.cryptonode.id/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptonode.id/en/helper-scripts.md).

# Helper Scripts

### Aztec Network | [Aztec Network](/en/testnet/aztec-network.md)

{% code overflow="wrap" %}

```sh
bash -c "$(wget -qLO - https://raw.githubusercontent.com/CryptoNodeID/helper-scripts/master/aztec-node.sh)"
```

{% endcode %}

### Cysic Verifier/Prover

{% code overflow="wrap" %}

```sh
bash -c "$(wget -qLO - https://raw.githubusercontent.com/CryptoNodeID/helper-scripts/master/cysic-verifier.sh)"
```

{% endcode %}

### Nexus CLI

{% code overflow="wrap" %}

```sh
bash -c "$(wget -qLO - https://raw.githubusercontent.com/CryptoNodeID/helper-scripts/master/nexus-xyz-cli.sh)"
```

{% endcode %}

### Sepolia ETH | [Ethereum and Arbitrum Sepolia](/en/testnet/ethereum-and-arbitrum-sepolia.md)

{% code overflow="wrap" %}

```sh
bash -c "$(wget -qLO - https://raw.githubusercontent.com/CryptoNodeID/helper-scripts/master/sepolia-eth.sh)"
```

{% endcode %}
