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

https://github.com/vaporyjs/vaporyjs-lib


https://github.com/vaporyjs/vaporyjs-lib

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# SYNOPSIS
[![NPM Package](https://img.shields.io/npm/v/vaporyjs-lib.svg?style=flat-square)](https://www.npmjs.org/package/vaporyjs-lib)
[![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 library is outdated**. Please refer to the following VaporyJS modules:

- [VM](https://github.com/vaporyjs/vaporyjs-vm) - The Vapory virtual machine and state processing functions
- [Blockchain](https://github.com/vaporyjs/vaporyjs-blockchain) - Blockchain management
- [Block](https://github.com/vaporyjs/vaporyjs-block) - Block Schema definition and validation
- [Transaction](https://github.com/vaporyjs/vaporyjs-tx) - Transaction Schema definition and validation
- [Account](https://github.com/vaporyjs/vaporyjs-account) - Account Schema definition and validation
- [rlp](https://github.com/vaporyjs/rlp) - Recursive Length Prefix serialization
- [Trie](https://github.com/vaporyjs/merkle-patricia-tree) - Modified Merkle Patricia Tree
- [Vapash](https://github.com/vaporyjs/vapashjs) - Vapory's Proof of Work algorithm
- [utils](https://github.com/vaporyjs/vaporyjs-util) - Miscellaneous helper functions
- [devp2p](https://github.com/vaporyjs/node-devp2p) - The networking protocol
- [devp2p-dpt](https://github.com/vaporyjs/node-devp2p-dpt) - The disputed peer table

# LICENSE
[MPL-2.0](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2))