Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blocklight.co/llms.txt

Use this file to discover all available pages before exploring further.

Run Blocklight in development mode (NOT for production).
# Start with default config
./blocklight start

# Start with API profile (enables REST and gRPC APIs)
./blocklight start --profile api
For Production: Use Docker Compose instead. This command is for development/testing only.