Skip to content

Commit

Permalink
docs(openapi): add link to https://editor-next.swagger.io/ in README
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Oct 11, 2024
1 parent 3b1fc97 commit d754528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Container can be built via running `make docker-build`.

## API

We provide an OpenAPI 3.0 spec in [openapi.yaml](./openapi.yaml). We use [specmatic](https://specmatic.io/documentation.html) to test the API against our eigenda-proxy implementation.
We provide an OpenAPI 3.0 spec in [openapi.yaml](./openapi.yaml). You can pop it into https://editor-next.swagger.io/ to explore the endpoints. We use [specmatic](https://specmatic.io/documentation.html) to test the API against our eigenda-proxy implementation.

## Commitment Schemas
Currently, there are two commitment modes supported with unique encoding schemas for each. The `version byte` is shared for all modes and denotes which version of the EigenDA certificate is being used/requested. The following versions are currently supported:
Expand Down

0 comments on commit d754528

Please sign in to comment.