Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
♻️ Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Jan 16, 2020
1 parent 3abc762 commit 0ed96a2
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions elements/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,20 @@ Lisk Elements supports the modular architecture of the Lisk SDK, where libraries

## Packages

| Package | Version | Description |
| ---------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------: | ------------------------------------------------------------------ |
| [lisk-elements](/elements/lisk-elements) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything |
| [@liskhq/lisk-client](/elements/lisk-client) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network |
| [@liskhq/lisk-api-client](/elements/lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](/elements/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](/elements/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](/elements/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/elements/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |
| [@liskhq/lisk-transaction-pool](/elements/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network |
| [@liskhq/lisk-p2p](/elements/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.3.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol |
| Package | Version | Description |
| ---------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------------------- |
| [lisk-elements](/elements/lisk-elements) | [![](https://img.shields.io/badge/npm-v2.4.0-green.svg)](https://www.npmjs.com/package/lisk-elements) | Package contains everything |
| [@liskhq/lisk-client](/elements/lisk-client) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-client) | A default set of Elements for use by clients of the Lisk network |
| [@liskhq/lisk-api-client](/elements/lisk-api-client) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-api-client) | An API client for the Lisk network |
| [@liskhq/lisk-constants](/elements/lisk-constants) | [![](https://img.shields.io/badge/npm-v1.2.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-constants) | General constants for use with Lisk-related software |
| [@liskhq/lisk-cryptography](/elements/lisk-cryptography) | [![](https://img.shields.io/badge/npm-v2.3.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-cryptography) | General cryptographic functions for use with Lisk-related software |
| [@liskhq/lisk-passphrase](/elements/lisk-passphrase) | [![](https://img.shields.io/badge/npm-v2.0.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-passphrase) | Mnemonic passphrase helpers for use with Lisk-related software |
| [@liskhq/lisk-transactions](/elements/lisk-transactions) | [![](https://img.shields.io/badge/npm-v2.3.1-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transactions) | Everything related to transactions according to the Lisk protocol |
| [@liskhq/lisk-transaction-pool](/elements/lisk-transaction-pool) | [![](https://img.shields.io/badge/npm-v0.2.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-transaction-pool) | Transaction pool implementation for the Lisk network |
| [@liskhq/lisk-p2p](/elements/lisk-p2p) | [![](https://img.shields.io/badge/npm-v0.3.3-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-p2p) | _unstructured_ P2P library for the Lisk protocol |
| [@liskhq/lisk-blocks](/elements/lisk-blocks) | [![](https://img.shields.io/badge/npm-v0.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-blocks) | blocks and state management that are used for block processing according to the Lisk protocol |
| [@liskhq/lisk-dpos](/elements/lisk-dpos) | [![](https://img.shields.io/badge/npm-v0.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-dpos) | DPoS consensus algorithm implementation according to the Lisk protocol |
| [@liskhq/lisk-bft](/elements/lisk-bft) | [![](https://img.shields.io/badge/npm-v0.1.0-green.svg)](https://www.npmjs.com/package/@liskhq/lisk-bft) | byzantine fault tolerance implementation according to the Lisk protocol |

## Installation

Expand Down

0 comments on commit 0ed96a2

Please sign in to comment.