Skip to content

Commit 6fc28a8

Browse files
authored
Update .env
1 parent fd7a1f5 commit 6fc28a8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ai_agents/.env

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1+
# Ethereum node provider (Infura Mainnet endpoint)
12
INFURA_URL=https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID
3+
4+
# Private key for the wallet that interacts with contracts (NEVER share this)
25
PRIVATE_KEY=your_wallet_private_key
6+
7+
# DAO Contract address (replace with your deployed AutonomousGrantDAO or similar contract address)
38
DAO_CONTRACT_ADDRESS=0xYourDeployedDaoAddress
9+
10+
# OpenAI API key for GPT-4o or other models
411
OPENAI_API_KEY=your_openai_api_key
12+
13+
# (Optional, advanced features)
14+
# Path to your contract ABI JSON file for the DAO
15+
DAO_ABI_PATH=path/to/AutonomousGrantDAO_abi.json
16+
17+
# For other agents, you may include:
18+
# GRANT_CONTRACT_ADDRESS=0xYourDeployedGrantDaoAddress
19+
# GRANT_ABI_PATH=path/to/AutonomousGrantDAO_abi.json
20+
# BOUNTY_CONTRACT_ADDRESS=0xYourDeployedBugBountyAddress
21+
# BOUNTY_ABI_PATH=path/to/AutonomousBugBounty_abi.json

0 commit comments

Comments
 (0)