@apexfusionfoundation/blockfrost-js
v5.4.1
Published
A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API
Downloads
206
Maintainers
Readme
blockfrost-js
This is a fork of Blockfrost Javascript SDK that's compatible with Blockfrost Backend RYO (on Vector). Here's the original repo: https://github.com/blockfrost/blockfrost-js/tree/master
Getting started
To use this SDK, you first need to start up an instance of Blockfrost Backend RYO (on Vector).
Installation
To run the SDK you need Node.js version 16 and higher. While you may find a way to run it directly in a browser, we don't actively support or provide troubleshooting assistance with this scenario. We recommend setting up your own Node.js backend. Exposing your API keys in a frontend application is almost always a bad idea.
The SDK is hosted on npmjs.com, so you can directly import it using your favorite package manager.
npm i @ @apexfusionfoundation/blockfrost-js
yarn add @apexfusionfoundation/blockfrost-js