mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-02-10 05:04:40 +00:00
Update README.md
This commit is contained in:
parent
790aef0a9d
commit
9d77a42e56
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user