Running the server
Once one has access to a rollup node for the pandora kernel rollup, Pandora server can be run with
./pandora-server --config config.json
where config.json
is a file containing the configuration as described above.
OpenAPI specification
The OpenAPI specification can be generated and view (once the server is running) with, e.g.:
curl localhost:9090/openapi > openapi.json
npx @redocly/cli preview-docs openapi.json