Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blockfrost/blockfrost.dev

Blockfrost Development Hub
https://github.com/blockfrost/blockfrost.dev

blockfrost documentation

Last synced: 26 days ago
JSON representation

Blockfrost Development Hub

Awesome Lists containing this project

README

        

# Blockfrost Development Hub





This is the repository of the [Blockfrost Development Hub](https://blockfrost.dev/).

All contributions to this documentation are welcome! :rocket: Please follow the [contributing](https://blockfrost.dev/docs/contributing) guide.

## Open API

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

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

and run the following command to regenerate the API documentation:

```js
yarn regenerate-open-api
```