Getting Started
Step 1: Prerequisites
Step 2: Install Aether
git clone https://github.com/<your-repo>/aether.git cd aetherpip install -r requirements.txtpython -m venv venv source venv/bin/activate # For Linux/Mac venv\Scripts\activate # For Windows
Step 3: Configure Aether
Step 4: Test Your Setup
Step 5: Build Your First Swarm
Step 6: Explore the Modules
Last updated