Update README.md

This commit is contained in:
alexm-status 2018-05-27 14:23:54 -07:00 committed by GitHub
parent 790aef0a9d
commit 9d77a42e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,18 @@ nim-rlp
[![Build Status](https://travis-ci.org/status-im/nim-rlp.svg?branch=master)](https://travis-ci.org/status-im/nim-rlp)
## Introduction
A Nim implementation of the Recursive Length Prefix encoding (RLP) as specified
in the Ethereum's [Yellow Papper](https://ethereum.github.io/yellowpaper/paper.pdf)
and [Wiki](https://github.com/ethereum/wiki/wiki/RLP).
## Installation
nimble install https://github.com/status-im/nim-rlp/blob/master/rlp.nimble
## Reading RLP data
The `Rlp` type provided by this library represents a cursor over a RLP-encoded