0.0.0-alpha.36 • Published 3 years ago

@kyve/zilliqa v0.0.0-alpha.36

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

About

The KYVE + zilliqa node allows you to bridge any data stream from an Zilliqa chain onto Arweave.

Usage

There are two ways to run the node. You can either run the integration itself or run a prebuilt version of the KYVE Node.

import ZilliqaInstance from "@kyve/zilliqa";
const poolID = ...
const stake = ...

ZilliqaInstance(poolID, stake, jwk).run();

Config

The config is pool specific. You can find a list of pool here. For this integration the config should look like this:

{
  "endpoint": "wss://....",
  "api": "https://...."
}

Default zilliqa mainnet

{
  "endpoint": "wss://api-ws.zilliqa.com",
  "api": "https://api.zilliqa.com/"
}

The Zilliqa integration uses the websocket endpoint to listen to the latest block data. For more information have a look at their documentation.

0.0.0-alpha.35

3 years ago

0.0.0-alpha.34

3 years ago

0.0.0-alpha.33

3 years ago

0.0.0-alpha.32

3 years ago

0.0.0-alpha.36

3 years ago

0.0.0-alpha.31

3 years ago

0.0.0-alpha.30

3 years ago

0.0.0-alpha.29

3 years ago

0.0.0-alpha.28

3 years ago

0.0.0-alpha.27

3 years ago

0.0.0-alpha.24

3 years ago

0.0.0-alpha.23

3 years ago

0.0.0-alpha.26

3 years ago

0.0.0-alpha.25

3 years ago

0.0.0-alpha.19

3 years ago

0.0.0-alpha.18

3 years ago

0.0.0-alpha.20

3 years ago

0.0.0-alpha.22

3 years ago

0.0.0-alpha.21

3 years ago

0.0.0-alpha.17

3 years ago

0.0.0-alpha.16

3 years ago

0.0.0-alpha.15

3 years ago

0.0.0-alpha.13

3 years ago

0.0.0-alpha.14

3 years ago

0.0.0-alpha.12

3 years ago

0.0.0-alpha.11

3 years ago

0.0.0-alpha.10

3 years ago

0.0.0-alpha.9

3 years ago

0.0.0-alpha.8

3 years ago

0.0.0-alpha.7

3 years ago

0.0.0-alpha.6

3 years ago

0.0.0-alpha.5

3 years ago

0.0.0-alpha.4

3 years ago

0.0.0-alpha.3

3 years ago

0.0.0-alpha.2

3 years ago

0.0.0-alpha.1

3 years ago