Getting Started with εβ̇.λς

Step-by-step installation and setup instructions for any environment

What You'll Need

  • Modern web browser (Chrome, Firefox, Edge, or Safari)
  • Valid εβ̇.λς account (free sign-up available)
  • Supported operating system (Windows 10+, macOS 10.15+, or Linux)
  • At least 4GB RAM and 2GB free disk space

Installation Process

  1. Create or choose an existing project in the εβ̇.λς dashboard
  2. Install using one of these methods:
    npm install @ebet/lambda yarn add @ebet/lambda pip install ebet-lambda
  3. Activate your license in the CLI (your API key is available in Account Settings)
  4. Run the validation command to confirm your setup
  5. Start using εβ̇.λς with either the web interface or local development tools

Verify Your Installation


$ ebet validate
✓ Valid license
✓ Active API quota (5000 queries/day)
✓ Project initialized

Example verification output from the CLI tool

Common Issues

Network Connection Issues

Ensure your firewall allows connections to the εβ̇.λς API endpoints on ports 443 and 8443.

License Key Not Working

Make sure your key is copied without line breaks and check the date - all keys expire after one calendar year.

Performance Problems

Try setting the EBET_CACHE environment variable to a local directory with write permissions.

Next Steps