Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blockfrost/blockfrost.dev
- Owner: blockfrost
- License: apache-2.0
- Created: 2022-03-18T14:07:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T08:36:18.000Z (2 months ago)
- Last Synced: 2024-11-30T20:51:54.636Z (about 1 month ago)
- Topics: blockfrost, documentation
- Language: JavaScript
- Homepage: https://blockfrost.dev
- Size: 162 MB
- Stars: 1
- Watchers: 2
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Support: docs/support.md
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
```