An open API service indexing awesome lists of open source software.

https://github.com/seedyrom/crystal-rlp

A native crystal implementation of RLP encoding and decoding
https://github.com/seedyrom/crystal-rlp

Last synced: 9 months ago
JSON representation

A native crystal implementation of RLP encoding and decoding

Awesome Lists containing this project

README

          

# crystal-rlp (Recursive Length Prefix)

[![Build Status](https://travis-ci.com/SeedyROM/crystal-rlp.svg?branch=master)](https://travis-ci.com/SeedyROM/crystal-rlp)

This library intends to implement the entire RLP coding algorithm in native Crystal.

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
rlp:
github: SeedyROM/crystal-rlp
```

2. Run `shards install`

## Usage

```crystal
require "rlp"
```

TODO: Write usage instructions here

## Development

TODO: Write development instructions here

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b feature/my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin feature/my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Zack Kollar](https://github.com/SeedyROM) - creator and maintainer