Skip to content

Crossmint/shopper-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 11, 2025
8d3da58 Β· Feb 11, 2025

History

7 Commits
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025
Feb 11, 2025
Feb 7, 2025
Feb 7, 2025
Feb 7, 2025

Repository files navigation

πŸ€– AI Shopper Agent

An AI agent that can buy any product on Amazon with its wallet and an onchain balance of any ERC20 token.

πŸš€ Get Started

  1. Clone the repository:
git clone https://github.com/Crossmint/shopper-agent.git
cd shopper-agent
  1. Prerequisites:
  • Node & pnpm installed
  • Have your wallet's private key ready (otherwise, generate new wallet via pnpm generate-wallet)
  • Hold USDC
  • OpenAI API key
  • Crossmint API key
  1. Install dependencies:
pnpm install
  1. Copy .env.template to .env to fill in the appropriate values.
cp .env.template .env
  1. Configure your variables:
  • WALLET_PRIVATE_KEY: Your wallet's private key (will be used for payment)
  • RPC_PROVIDER_URL: Base network RPC endpoint for transaction processing
  • OPENAI_API_KEY: Your OpenAI API key for AI interactions
  • CROSSMINT_API_KEY: Your Crossmint API key
  1. Start the agent
pnpm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published