Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kyve/avalanche

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyve/avalanche

The official KYVE node for Avalanche

  • 0.0.0-alpha.31
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

@kyve/avalanche

The official KYVE node for Avalanche.

About

The KYVE + Avalanche node allows you to bridge any data stream from an Avalanche 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 AvalancheInstance from "@kyve/avalanche";
const poolID = ...
const stake = ...

AvalancheInstance(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://...."
}

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

FAQs

Package last updated on 13 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc