Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects
A

ai-ads-content-generation-agent-with-wallet-for-payment-main

by ucegbe · Updated Nov 26, 2025

Autonomous AI Advertising Agent with Crypto Payments using Strands Agents, Coinbase AgentKit and X402 protocol with production scalable infrastructure.

0
Stars
0
Forks
Python
Language
Nov 26, 2025
Created

In the AI payments ecosystem

ai-ads-content-generation-agent-with-wallet-for-payment-main is an early-stage Python project in the AI payments / x402 ecosystem. It currently has 0 GitHub stars and 0 forks.

README.md View on GitHub →

Cloudformation Template Deployment

  1. Clone this repository to local

  2. Run the cloudformation template by:

  • Run the following cmd below

    aws cloudformation create-stack \
    --stack-name AgenticCommerceStack \
    --template-body file://template.yaml \
    --capabilities CAPABILITY_NAMED_IAM
    

OR

  • Using the AWS Management Console:
    • Sign in to the AWS Management Console: and navigate to the CloudFormation service.
    • Choose "Create stack".
    • Specify the template:
    • Upload a template file:
      • If your template is stored locally, select "Upload a template file" and choose your template file (JSON or YAML).
      • Amazon S3 URL: If your template is stored in an S3 bucket, provide the S3 URL.
    • Specify stack details:
      • Stack name: Provide a unique name for your stack.
    • Configure stack options (optional):
      • Tags: Add tags to categorize and manage your resources.
      • Permissions: Specify an IAM role for CloudFormation to assume during stack operations.
      • Rollback configuration: Configure rollback options in case of deployment failures.
    • Review and create: Review all the settings and acknowledge any required capabilities (e.g., CAPABILITY_IAM if the template creates IAM resources).
    • Choose "Create stack": to initiate the deployment.
  1. Navigate into ads-agent directory and complete the setup.
All Agent Wallets projects →