Skip to content

blockfrost/blockfrost.dev

Repository files navigation

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