Installation

  • Clone the repository:

    bashCopyEditgit clone https://github.com/space-ai-me
    cd v1  
  • Install dependencies:

    bashCopyEditpip install -r requirements.txt  
    npm install  
  • Configure your environment: Create a .env file with:

    envCopyEditDEEPSEEK_API_KEY=your_api_key  
    WALLET_ADDRESS=your_wallet_address  

Last updated