Installation
Last updated
git clone https://github.com/<your-organization>/aether.git
cd aetherpython -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activatepip install -r requirements.txt# Blockchain
SOLANA_WALLET_PATH=/path/to/solana-wallet.json
ETHEREUM_WALLET_PRIVATE_KEY=your_ethereum_private_key_here
# Redis
REDIS_HOST=localhost
REDIS_PORT=6379
# MongoDB
MONGODB_URI=mongodb://localhost:27017redis-serverpython examples/swarm_simulation.pymongodneo4j start