Update RLP

Craig Everett 2026-01-07 16:50:13 +09:00
parent 474dacdf2d
commit 9a47d263e0

4
RLP.md

@ -5,10 +5,10 @@
## Quick Reference ## Quick Reference
1. Erlang implementation: 1. Erlang implementation:
<https://github.com/aeternity/Vanillae/blob/d5fc02c7e6314b6d32ba914f9bc9ea90bb86c7dd/utils/vw/src/vrlp.erl> <https://git.qpq.swiss/QPQ-AG/public-wiki/src/branch/master/snippets/vrlp.erl>
2. TypeScript implementation: 2. TypeScript implementation:
<https://github.com/aeternity/Vanillae/blob/d5fc02c7e6314b6d32ba914f9bc9ea90bb86c7dd/bindings/typescript/src/rlp.ts> <https://git.qpq.swiss/QPQ-AG/public-wiki/src/branch/master/snippets/rlp.ts>
3. Ethereum docs: 3. Ethereum docs:
<https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/> <https://ethereum.org/en/developers/docs/data-structures-and-encoding/rlp/>