0.6.0 • Published 3 years ago

@aloxide/demux-icon v0.6.0

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
3 years ago

Table of content

Package @aloxide/demux-icon

demux-icon is an implementation of demux for ICON network

Usage

const { IconActionReader } = require('demux-js');

const actionReader = new IconActionReader({
  startAtBlock: 4194850,
  onlyIrreversible: false,
  endpoint: 'https://bicon.net.solidwallet.io/api/v3',
  nid: 3,
  jsonrpc: '2.0',
  logSource: 'IconActionReader',
  logLevel: 'info',
});

Example

example.ts

node version: >= v10
npm i -g yarn
yarn dev
0.6.0

3 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago