Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@blockfrost/openapi
Advanced tools
Open Source OpenAPI specification for Blockfrost.io backend API.
Active version can be found in released
branch and also in GitHub releases.
Development version is in master
branch and is being merged into released
upon each release.
Released documentation can be found at docs.blockfrost.io.
Final openapi.yaml
specification is generated from all yaml files in src
directory.
If you add a new file then don't forget to add it to paths
in src/definitions.yaml
.
Edit the source yaml files and build the package:
yarn build
To build the documentation, run:
yarn generate-docs
Feel free to open PR against the master
branch. It is a great place to start any discussion for new features and changes to the Blockfrost API.
You can download openapi.yaml
directly from the repository or use this project as a dependency in your JavaScript/TypeScript project.
Install @blockfrost/openapi
:
yarn add @blockfrost/openapi
or
npm install @blockfrost/openapi
Now you can use TypeScript types generated from the OpenAPI specification:
import { components } from '@blockfrost/openapi';
type Block = components['schemas']['block_content'];
type Address = components['schemas']['address_content'];
type UtxoAsset = components['schemas']['address_utxo_content'];
[0.1.62] - 2024-03-05
CIP68
metadatatx_metadata_label_json
and script_json
compatibility with fast-json-stringify for non-object/primitive types (eg. string)FAQs
OpenAPI specifications for blockfrost.io
The npm package @blockfrost/openapi receives a total of 4,315 weekly downloads. As such, @blockfrost/openapi popularity was classified as popular.
We found that @blockfrost/openapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.