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.