.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SYNAPSE_RPC_URL
Solana RPC endpoint for mainnet
SOLANA_KEYPAIR_PATH
Path to Solana keypair (JSON format) Default: keys/agent.json
USDC_MINT
USDC token mint on Solana
TICK_INTERVAL_SECS
SNN loop tick interval in seconds Default: 300 (5 minutes)
FIRE_THRESHOLD
LIF neuron firing threshold (0.0-1.0) Default: 0.75
LEAK_RATE
Membrane potential leak rate per tick (0.0-1.0) Default: 0.15
RUST_LOG
Logging level
brew install flyctl && fly launch --from https://github.com/boozelee/neuroforge-agent
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/boozelee/neuroforge-agent
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/boozelee/neuroforge-agent