Skip to content

EVM node: OpenAPI spec for RPCs

Alain Mebsout requested to merge alain@functori@evm-node-openapi into master

Context

This MR adds RPC endpoints /describe and /openapi and a new command for the node binary to generate the openAPI specification in JSON format.

The generated openapi file is this one

Manually testing the MR

The following command should generate the OpenAPI JSON on stdout.

octez-evm-node generate openapi

Merge request reports