GitDeployHub

anonfedora/soroban-playground

github.com/anonfedora/soroban-playground ↗
Rust
20 environment variables found in backend/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • PORT App
  • APP_ENV
  • GLOBAL_RATE_LIMIT_WINDOW_MS Rate limiting (milliseconds and counts)
  • GLOBAL_RATE_LIMIT_MAX
  • COMPILE_RATE_LIMIT_WINDOW_MS
  • COMPILE_RATE_LIMIT_MAX
  • COMPILE_COMMAND Compile settings
  • COMPILE_TIMEOUT_MS
  • COMPILE_TEMP_DIR_PREFIX
  • WASM_TARGET_SUBPATH
  • WASM_FILENAME
  • SOROBAN_SDK_VERSION
  • DEFAULT_NETWORK Network defaults
  • DEPLOY_SIMULATED_DELAY_MS Simulation delays for stubbed routes (milliseconds)
  • INVOKE_SIMULATED_DELAY_MS
  • DB_TYPE Database Configuration
  • DATABASE_URL secret
  • SECONDARY_DATABASE_URL secret
  • NOTARY_CONTRACT_ID File Notary Contract
  • STELLAR_NETWORK
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/anonfedora/soroban-playground
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/anonfedora/soroban-playground
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/anonfedora/soroban-playground
← Try another repo