Aptos Agent

Python-based AI agent for interacting with the Aptos L1 blockchain. Supports wallet funding, balance checking, asset transfers, token creation, and social media posting.

jiayaoqijia Updated

File contents

Aptos Agent

Official AI agent from Aptos Labs.

A Python-based application designed to interact with the Aptos Layer 1 blockchain. It utilizes the Aptos SDK to perform various blockchain operations such as funding wallets, checking balances, transferring assets, and creating tokens. Currently operates on the Aptos Devnet.

Installation

pip install -r requirements.txt
python main.py

Requires environment variables:

  • OPENAI_API_KEY (required)
  • TWITTER_API_KEY, TWITTER_API_SECRET, TWITTER_ACCESS_TOKEN, TWITTER_ACCESS_TOKEN_SECRET (optional, for tweet posting)

Links

jiayaoqijia/cryptoskill/tree/main/skills/chains/aptos-official-agent commit 19dedf045d

Frequently asked questions

npx skillmds@latest add jiayaoqijia/aptos-agent