3.3.3 • Published 2 days ago

@rosen-bridge/address-extractor v3.3.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
2 days ago

Address Extractor

Table of Contents

Description

Data extractors are modules that are integrated within a scanner. They drive the required information from the scanned blocks and store them in their own database. The address extractor is the simplest data extractor that tracks a specific address and stores all boxes belonging to that address. Furthermore, this extractor also can track a list of specific assets within the required address boxes. Currently, the address extractor can only be used to track the ergo addresses.

Related Projects

This module is used within the Scanner project. The address scanner is currently used in the Watcher service to drive the watcher fee boxes and WID box (The watcher box with a specific WID token that is used for watcher authentication).

How to Use the Address Extractor

Install

This project is written in node-js using Esnext module and typeorm database. Extractors are not standalone projects and should be used as scanner modules. You can easily install it using npm with the command:

npm install @rosen-bridge/address-extractor

Alternatively, you can build and use it manually by cloning the project and running:

npm install
npm run build

Usage

At the first step, you need to create a scanner instance; follow the steps here to create a running instance of scanner. Then you need to instantiate your address extractor and register it to your scanner:

const addressExtractor = new ErgoUTXOExtractor(
    dataSource,
    <extractor_name>,
    <network_type>,
    <address>,
    OPTIONAL<Array<asset_id>>
)
scanner.registerExtractor(addressExtractor)

Contributing

TBD

License

TBD

4.0.0-2afdd7

2 days ago

3.3.3

13 days ago

3.3.2

21 days ago

3.3.1

1 month ago

3.3.0

2 months ago

3.2.6

3 months ago

3.2.5

4 months ago

3.2.5-65ea22

4 months ago

3.2.4

4 months ago

3.2.3

5 months ago

3.2.2

5 months ago

3.2.1

5 months ago

3.2.0

5 months ago

3.1.0

5 months ago

3.2.0-012952ff

5 months ago

3.1.0-0764b18e

5 months ago

3.1.0-459c1ff4

5 months ago

3.0.0

6 months ago

2.2.1

7 months ago

2.2.0

8 months ago

2.2.2

7 months ago

2.0.0

11 months ago

2.3.0

6 months ago

2.1.2

10 months ago

2.1.1

10 months ago

2.1.4

9 months ago

2.3.1

6 months ago

2.1.3

9 months ago

2.1.6

9 months ago

2.1.5

9 months ago

2.1.8

9 months ago

2.1.7

9 months ago

2.1.0

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.4

12 months ago

1.0.3

12 months ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.5

1 year ago

0.2.3-9da49dfb

1 year ago

0.1.10

2 years ago

0.2.3-d67f5af7

1 year ago

0.2.3-a6181aa9

1 year ago

0.2.3-99994a56

1 year ago

0.2.1

2 years ago

0.2.0-5bbac016

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.2.0-2af6e475

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.6

2 years ago

0.2.3-1e103e26

1 year ago

0.1.5

2 years ago

0.1.4-alpha

2 years ago

0.1.3-alpha

2 years ago

0.1.2-alpha

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago