blockfrost / blockfrost.dev

Blockfrost Development Hub
https://blockfrost.dev
Apache License 2.0
1 stars 7 forks source link
blockfrost documentation

Blockfrost Development Hub


This is the repository of the Blockfrost Development Hub.

All contributions to this documentation are welcome! :rocket: 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