Nebula Starter banner
jarrodwatts jarrodwatts

Nebula Starter

AI community

Description

Get started with thirdweb Nebula to create on-chain AI agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Onchain AI Agent with Thirdweb Nebula

Create an AI agent using thirdweb's Nebula TypeScript SDK.

The agent can query real-time blockchain data and submit transactions using simple natural language prompts

Prerequisites

Setup Instructions

  1. **Clone the repository**

    git clone https://github.com/jarrodwatts/nebula-starter
    cd nebula-starter
  2. **Set up Thirdweb credentials**

  3. **Configure environment variables**

    cp .env.example .env

    Open the `.env` file and fill in your Thirdweb credentials:

    THIRDWEB_CLIENT_ID=your_client_id_here
    THIRDWEB_SECRET_KEY=your_secret_key_here
    PRIVATE_KEY=your_evm_wallet_private_key_here
  4. **Install dependencies**

    pnpm install
  5. **Start the project**

    pnpm start