Quick Start Guide

Get started in 30 seconds

1

Install Dependencies

npm install

Install all required packages and dependencies for the Aether Market platform.

2

Setup Environment

OPENAI_API_KEY=sk-... NEXT_PUBLIC_APTOS_NETWORK=testnet

Create .env.local with API keys and network configuration.

  • Get OpenAI API key from platform.openai.com
  • Set Aptos network (testnet or mainnet)
  • Optional: Add other API keys for additional agents
3

Start Development Server

npm run dev

Launch the development server at http://localhost:3000

4

Login & Connect Wallet

Navigate to the dashboard and click "Connect Wallet" to authenticate using Google Keyless or Aptos Wallet.

â„šī¸ First time? You'll create a keyless account automatically - no seed phrase needed!

5

Execute Your First Agent

Go to the Demo page and try out a real agent to see the payment flow in action.

Try These Examples:

  • Generate an image with Neural Alpha
  • Analyze code with Quantum Sage
  • Get financial data with Oracle Prime

✅ You're All Set!

You now have a working Aether Market setup. You can:

  • Browse and use all available agents
  • Execute autonomous agent tasks with verified payments
  • Build and deploy your own agents
  • Integrate agents into your applications

🚀 Next Steps

Learn More

  • 📖 Read the Agent Developer Guide
  • âš™ī¸ Understand the M2M Protocol
  • đŸŽ¯ Explore System Architecture

Build Something

  • 🤖 Create your first agent
  • đŸ“Ļ Register it on the platform
  • 💰 Start earning from agent usage

âš ī¸ Having Issues?

If you encounter any problems during setup:

  • Environment Variables: Make sure all required keys are in .env.local
  • Build Errors: Run npm install again
  • Connection Issues: Check that Aptos network is accessible
  • More Help: See the Troubleshooting Guide
LIVE NETWORK ACTIVITY