2.0.3 • Published 23 days ago

@rosen-clients/cardano-koios v2.0.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
23 days ago

@rosen-clients/cardano-koios

Table of contents

Introduction

@rosen-clients/cardano-koios is a Cardano Koios client library. It is created by latest OpenAPI spec of Cardano Koios and is the main client library which powers Rosen Bridge.

Installation

npm:

npm i @rosen-clients/cardano-koios

yarn:

yarn add @rosen-clients/cardano-koios

Usage

import cardanoKoiosClientFactory from '@rosen-clients/cardano-koios';

const cardanoKoiosClient = cardanoKoiosClientFactory('YOUR_KOIOS_URL');

// `cardanoKoiosClient` contains all of the apis categorized by their tag, e.g.
cardanoKoiosClient.transactions.postTxInfo({ _tx_hashes: ['SOME_TX_HASH'] });
2.0.3

23 days ago

2.0.2

23 days ago

1.0.2

9 months ago

1.0.1

9 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.0.3

9 months ago

1.0.0

1 year ago

0.2.1

1 year ago

0.2.2

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago