โญQuick Start

Prerequisites:

Before getting started with SONA, ensure you have:

On Windows? See here before continuing to make life easier: WSL setup guide

Automated Installation:

  1. Use https://github.com/tars-sol/sona

git clone [email protected]/tars-sol/sona.git
cd sona
cp .env.example .env
pnpm i && pnpm build && pnpm start
  1. Use the start script

  1. Using Docker

Prerequisites:

  • A Linux-based server (Ubuntu/Debian recommended)

  • Git installed

Note: If you get permission issues run the docker-compose commands with sudo or add yourself to the docker group

Start SONA:

SONA derived it's character and lore capabilities from ElizaOS. So in order to start your agent, you can provide your character.json file.

By default agent will be accessible via CLI and APIs too.

Additional Config:

Add plugins and protocols:

There are two ways to get a list of available plugins:

  1. Web Interface

Go https://github.com/tars-sol/sona/registry/ or the Showcase and search for plugins

  1. CLI Interface

Plugin Name

@sona/plugin-limit-order

@sona/plugin-swap-evm

@sona/plugin-swap-raydium

@sona/plugin-trade-pumpfun

@sona/plugin-dex-liquidity

@sona/plugin-oracle-prices

Last updated