Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ A CLI for AI-driven and human-operated DeFi workflows on the TRON network throug
- [Install](#install)
- [Example Commands](#example-commands)
- [Configuration](#configuration)
- [Environment Variables](#environment-variables)
- [Wallet Configuration](#wallet-configuration)
- [Network Configuration](#network-configuration)
- [Command Guide](#command-guide)
Expand Down Expand Up @@ -156,13 +155,6 @@ Write operations such as `swap`, `liquidity`, and `contract send` require wallet

### Configuration

#### Environment Variables

**CRITICAL SECURITY NOTE**: Never store private keys or mnemonics directly in MCP configuration JSON files such as `claude_desktop_config.json` or `mcp.json`. For wallet setup, use `agent-wallet`'s file-backed configuration and the SDK-supported `AGENT_WALLET_*` settings.

The CLI loads environment variables from a local `.env` file via `dotenv`. Use this for non-secret operational settings such as `TRONGRID_API_KEY`, `TRON_NETWORK`, and `TRON_RPC_URL`.


#### Wallet Configuration

Wallets are managed through [`agent-wallet`](https://github.com/BofAI/agent-wallet?tab=readme-ov-file#quick-start) file-backed configuration. Install and configure `agent-wallet` first. This repository no longer reads or maps legacy `TRON_PRIVATE_KEY`, `TRON_MNEMONIC`, or `TRON_MNEMONIC_ACCOUNT_INDEX` wallet variables.
Expand Down
Loading