UNPKG

@apexfusionfoundation/blockfrost-js

Version:

A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API

22 lines (13 loc) 1.01 kB
# 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)](https://github.com/apex-Fusion/blockfrost-backend-ryo). ## 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](https://www.npmjs.com/package/@apexfusionfoundation/blockfrost-js), so you can directly import it using your favorite package manager. ```console npm i @ @apexfusionfoundation/blockfrost-js ``` ```console yarn add @apexfusionfoundation/blockfrost-js ```