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
- Host: GitHub
- URL: https://github.com/seedyrom/crystal-rlp
- Owner: SeedyROM
- License: mit
- Created: 2019-09-26T10:40:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T11:04:27.000Z (almost 7 years ago)
- Last Synced: 2025-05-16T20:07:59.788Z (about 1 year ago)
- Language: Crystal
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crystal-rlp (Recursive Length Prefix)
[](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