Quick Setup
Ethereal SDK Quick Setup Guide π
Prerequisites β
Step 1: Clone the Repository (Optional) π§βπ»
git clone https://github.com/your-repo/ethereal-sdk.git
cd ethereal-sdkStep 2: Set Up a Virtual Environment (Recommended) π±
python -m venv venv
source venv/bin/activate # macOS/Linux π
venv\Scripts\activate # Windows πͺStep 3: Install Dependencies βοΈ
Using pip:
Step 4: Run Examples π‘
Last updated