https://github.com/vaporyjs/vaporyjs-lib
https://github.com/vaporyjs/vaporyjs-lib
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vaporyjs/vaporyjs-lib
- Owner: vaporyjs
- License: mpl-2.0
- Created: 2018-03-04T04:42:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T07:17:58.000Z (over 4 years ago)
- Last Synced: 2025-02-25T17:05:45.038Z (4 months ago)
- Language: JavaScript
- Size: 3.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SYNOPSIS
[](https://www.npmjs.org/package/vaporyjs-lib)
[](https://gitter.im/vapory/vaporyjs-lib) or #vaporyjs on freenode[](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))