Skip to content

Latest commit

History

History
26 lines (17 loc) 路 904 Bytes

File metadata and controls

26 lines (17 loc) 路 904 Bytes

Blockfrost Development Hub


This is the repository of the Blockfrost Development Hub.

All contributions to this documentation are welcome! 馃殌 Please follow the contributing guide.

Open API

To integrate a custom specification, modify the specPath in docusaurus.config.js as demonstrated below:

specPath: "https://raw.githubusercontent.com/blockfrost/openapi/master/openapi.yaml",

and run the following command to regenerate the API documentation:

yarn regenerate-open-api