Prerequisites

Before using SadClaw, ensure you have the following:

Required

Node.js 18+

SadClaw CLI requires Node.js version 18 or higher.

node --version
# v18.0.0 or higher

Install Node.js: https://nodejs.orgarrow-up-right

USDC on Solana

You need USDC tokens on the Solana network to purchase VMs.

Where to get USDC on Solana:

circle-exclamation

Optional

Existing Solana Wallet

If you already have a Solana wallet with USDC, you can import it:

You'll be prompted for your seed phrase or private key.

SOL for Transaction Fees

Solana transactions require a small amount of SOL for fees (typically < $0.01).

The CLI will warn you if your SOL balance is too low.

System Requirements

Component
Minimum

OS

macOS, Linux, Windows

Node.js

18.0+

Internet

Required

Network Requirements

SadClaw connects to:

  • Solana RPC (mainnet-beta or devnet)

  • SadClaw API (api.sadclaw.cloud)

Ensure these endpoints are accessible from your network.

Last updated