mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-02-10 13:06:27 +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)
|
[![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
|
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)
|
in the Ethereum's [Yellow Papper](https://ethereum.github.io/yellowpaper/paper.pdf)
|
||||||
and [Wiki](https://github.com/ethereum/wiki/wiki/RLP).
|
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
|
## Reading RLP data
|
||||||
|
|
||||||
The `Rlp` type provided by this library represents a cursor over a RLP-encoded
|
The `Rlp` type provided by this library represents a cursor over a RLP-encoded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user