An open API service indexing awesome lists of open source software.

https://github.com/vaporyjs/node-devp2p-vap

Vapory wire protocol implementation using node-devp2p
https://github.com/vaporyjs/node-devp2p-vap

protocol vapory

Last synced: 4 months ago
JSON representation

Vapory wire protocol implementation using node-devp2p

Awesome Lists containing this project

README

        

# SYNOPSIS
[![NPM Package](https://img.shields.io/npm/v/devp2p-vap.svg?style=flat-square)](https://www.npmjs.org/package/devp2p-vap)
[![Build Status](https://img.shields.io/travis/vaporyjs/node-devp2p-vap.svg?branch=master&style=flat-square)](https://travis-ci.org/vaporyjs/node-devp2p-vap)
[![Coverage Status](https://img.shields.io/coveralls/vaporyjs/node-devp2p-vap.svg?style=flat-square)](https://coveralls.io/r/vaporyjs/node-devp2p-vap)
[![Gitter](https://img.shields.io/gitter/room/vapory/vaporyjs-lib.svg?style=flat-square)](https://gitter.im/vapory/vaporyjs-lib) or #vaporyjs on freenode

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
This is an Vapory wire protocol implementation using `node-devp2p`.

Supports only protocol version 61.

# INSTALL
`npm install devp2p-vap`

# API
[API](docs/index.md)

# LICENCE
[MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/)