https://github.com/protolambda/go-rlp
Golang RLP
https://github.com/protolambda/go-rlp
Last synced: about 2 months ago
JSON representation
Golang RLP
- Host: GitHub
- URL: https://github.com/protolambda/go-rlp
- Owner: protolambda
- License: lgpl-3.0
- Created: 2021-07-09T14:46:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T15:32:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T02:15:22.353Z (3 months ago)
- Language: Go
- Size: 262 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-rlp
Fork of [`go-ethereum/rlp`](https://github.com/ethereum/go-ethereum/tree/master/rlp), isolated for external usage.
The git-history is preserved with `git subtree split`.
The `go.mod`, `README.md` were added, along with import-path updates.## License
LGPL v3, see [`LICENSE`](./LICENSE) file.