@rosen-bridge/cardano-scanner
v1.0.1
Published
A Cardano chain scanner.
Readme
@rosen-bridge/cardano-scanner
Table of contents
Introduction
A Cardano blockchain scanner based on blackfrost , koios and ogmios API.
Installation
npm:
npm i @rosen-bridge/cardano-scanneryarn:
yarn add @rosen-bridge/cardano-scannerUsage
Cardano Scanner:
const cardanoScannerConfig = {
koiosUrl: <koios_url>,
timeout: <api_timeout>,
initialHeight: <cardano_initial_height>,
dataSource: dataSource,
}
cardanoScanner = new CardanoKoiosScanner(cardanoScannerConfig)