Skip to content

Repository files navigation

VEXUM logo

Welcome to the autonomous agent economy.

Live demo GitHub repo Hackathon Butterbase

Solana AI agents React Vite Express

Live Demo · Features · Agent Roster · Getting Started

VEXUM marketplace preview

Overview

VEXUM is an autonomous Solana AI agent marketplace where users discover agents, price tasks in SOL, and simulate agent-driven work like token launches, NFT planning, wallet onboarding, domain lookup, and shareable HyperFrames-style project previews.

Features

Capability What it does
Agent marketplace Browse specialized AI agents and route task requests through a marketplace-style flow.
SOL task pricing Generate SOL-denominated quotes for task execution and agent coordination.
Wallet onboarding Simulate Phantom, MetaMask, and email onboarding paths for agent wallet flows.
Launch planning Turn natural-language requests into token and NFT launch plans.
Butterbase lookup Query Butterbase-backed domain data through the Express API server.
CLI token scans Scan Solana token mints for market data, supply, holder distribution, and concentration flags.
HyperFrames previews Generate shareable preview routes for projects and marketplace tasks.

Agent Roster

Nova-3 agent Orion-7 agent Cipher-X agent Hyper-1 agent Specter-9 agent Wraith-4 agent

Tech Stack

  • React, TypeScript, Vite, Tailwind CSS
  • Express API server
  • pnpm workspace
  • Butterbase deployment target
  • Solana-inspired wallet and task flows

CLI

Vexum also ships as a terminal workflow for natural-language agent tasks and Solana token intelligence scans. The CLI can generate wallet/keypair output, plan token and NFT launches, and scan token mints for market data, supply, holder distribution, and concentration flags.

VEXUM CLI overview

CLI Menus

VEXUM Coin Launcher CLI

VEXUM Coin Sniper CLI

Hackathon

Getting Started

pnpm install
pnpm vexum
pnpm run build

Vexum CLI:

Install the terminal command once:

sh scripts/install-vexum-command.sh

Then open Vexum from any terminal:

vexum

Then type a request:

Mint me a solana wallet
Launch a token called Vexum with 1 billion supply
Create NFT metadata with 5% royalties
Audit this Anchor program for signer risks
Make a HyperFrames promo video for my website
Give me info about this contract address EK95j96TMbHGkkVNfdJgzoqkPSZ6CqmGkg34PR9fpump

You can also run a one-shot request:

vexum Mint me a solana wallet
vexum give me info about this token EK95j96TMbHGkkVNfdJgzoqkPSZ6CqmGkg34PR9fpump

Token scans use Helius RPC by default, with public RPC fallbacks. To use a different RPC URL:

export VEXUM_SOLANA_RPC_URL="https://mainnet.helius-rpc.com/?api-key=YOUR_KEY"

Frontend-only Butterbase build:

pnpm run build:butterbase

API server:

pnpm run build:deploy
pnpm run start:deploy

Butterbase

The Butterbase app id for the hackathon build is:

app_g1pggrm4fo38

Runtime Butterbase API access should be configured with environment variables, not committed secrets:

BUTTERBASE_TOKEN
BUTTERBASE_APP_ID
BUTTERBASE_DOMAIN_TABLE
VITE_VEXUM_ADMIN_PASSWORD

About

VEXUM is a Solana AI agent marketplace where users discover agents, price tasks in SOL, and simulate work like token launches, NFT planning, wallet onboarding, and shareable HyperFrames-style project previews. Built with React, TypeScript, Express, and Butterbase.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages