Reference
Environment Variables
All environment variables used across ENACT Protocol components.
| Variable | Used By | Description |
|---|---|---|
| FACTORY_ADDRESS | MCP, Bot | JobFactory contract address |
| ENACT_FACTORY_ADDRESS | Teleton | Same, for Teleton plugin |
| WALLET_MNEMONIC | All | 24-word TON wallet mnemonic |
| TON_ENDPOINT | All | TonCenter API endpoint |
| TONCENTER_API_KEY | All | TonCenter API key |
| BOT_TOKEN | Bot | Telegram bot API token |
| NETWORK | MCP | "mainnet" or "testnet" |
Never commit
WALLET_MNEMONIC to version control. Use .env files and add them to .gitignore.