1.1.1 • Published 23 days ago

@rosen-clients/ergo-node v1.1.1

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

@rosen-clients/ergo-node

Table of contents

Introduction

@rosen-clients/ergo-node is an Ergo Node client library. It is created by latest OpenAPI spec of Ergo Node and is the main client library which powers Rosen Bridge.

Installation

npm:

npm i @rosen-clients/ergo-node

yarn:

yarn add @rosen-clients/ergo-node

Usage

import ergoNodeClientFactory from '@rosen-clients/ergo-node';

const ergoNodeClient = ergoNodeClientFactory('YOUR_NODE_URL');

// `ergoNodeClient` contains all of the apis categorized by their tag, e.g.
ergoNodeClient.blockchain.getBoxById('SOME_BOX_ID');
1.1.1

23 days ago

1.1.0

30 days ago

1.1.0-a15faab1

30 days ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.4

7 months ago

1.0.3

9 months ago

1.0.0

12 months ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago