Skip to content

Crossmint/delivery-agent

Repository files navigation

🛍️ Amazon AI Shopper

An AI-powered shopping assistant that helps you purchase items from Amazon with an onchain balance.

🌟 Features

  • Natural language shopping interface
  • Cryptocurrency payments (USDC on Solana)
  • Automatic order processing and receipt
  • Real-time wallet balance display
  • Secure transaction handling

🚀 Getting Started

  1. Clone the repository:
git clone https://github.com/Paella-Labs/mnt-dao-agent.git 
cd mnt-dao-agent
  1. Prerequisites:
  • Node.js & pnpm installed
  • Solana wallet with private key
  • USDC balance on Solana
  • OpenAI API key
  • Crossmint API key (with required scopes)
  1. Install dependencies:
pnpm install
  1. Set up environment variables:
cp .env.template .env

Configure the following in your .env:

  • WALLET_PRIVATE_KEY: Your Solana wallet's private key
  • RPC_PROVIDER_URL: Solana RPC endpoint (e.g., Helius)
  • OPENAI_API_KEY: Your OpenAI API key
  • CROSSMINT_API_KEY: Your Crossmint API key
  1. Start the development server:
pnpm start

💬 How to Use

  1. Visit the application in your browser
  2. Your wallet balance will be displayed at the top
  3. Start a conversation with the AI assistant
  4. Share what you'd like to buy from Amazon
  5. Provide shipping details when prompted
  6. Confirm the purchase
  7. Track your order via email notifications

📦 Order Tracking

After purchase you'll receive an order confirmation email.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published