Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blockfrost/blockfrost-utils
https://github.com/blockfrost/blockfrost-utils
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockfrost/blockfrost-utils
- Owner: blockfrost
- License: apache-2.0
- Created: 2022-07-27T10:22:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T10:00:14.000Z (2 months ago)
- Last Synced: 2024-11-30T20:51:52.181Z (22 days ago)
- Language: TypeScript
- Size: 144 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# blockfrost-utils
Blockfrost.io utils for Typescript for Node.js.
## Installation
This project is hosted on [npmjs.com](https://www.npmjs.com/package/@blockfrost/blockfrost-utils), so you can directly import it using your favorite package manager.
```console
npm i @blockfrost/blockfrost-utils
``````console
yarn add @blockfrost/blockfrost-utils
```