GitDeployHub

base/rollup-boost

github.com/base/rollup-boost ↗
Rust
18 environment variables found in .env.example

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

  • BUILDER_URL RPC Client Args
  • BUILDER_JWT_TOKEN secret
  • BUILDER_TIMEOUT Optional BUILDER_JWT_PATH=
  • L2_URL
  • L2_JWT_TOKEN secret
  • L2_TIMEOUT Optional L2_JWT_PATH=
  • RPC_HOST RPC Server Args
  • RPC_PORT
  • DEBUG_HOST Debug Server Args
  • DEBUG_SERVER_PORT
  • FLASHBLOCKS Flashblocks Args
  • FLASHBLOCKS_BUILDER_URL
  • FLASHBLOCKS_HOST
  • FLASHBLOCKS_PORT
  • TRACING Extra Args
  • LOG_LEVEL
  • METRICS
  • LOG_FORMAT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/base/rollup-boost
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/base/rollup-boost
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/base/rollup-boost
← Try another repo