rlp-encoding
OfficialRLP encode/decode for Ethereum.
AuthorNethereum
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a straightforward way to encode and decode data using Recursive Length Prefix (RLP), a crucial serialization format in Ethereum for transactions, state tries, and custom binary data.
Core Features & Use Cases
- RLP Encoding: Convert strings, integers, BigIntegers, and lists into their RLP-encoded byte representations.
- RLP Decoding: Parse RLP-encoded byte data back into its original format (strings, integers, BigIntegers, lists).
- Use Case: When constructing or verifying Ethereum transactions, you need to RLP-encode various components like the nonce, gas price, and recipient address before signing. This Skill handles that serialization accurately.
Quick Start
Use the rlp-encoding skill to encode the string 'hello world' into RLP format.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: rlp-encoding Download link: https://github.com/Nethereum/Nethereum/archive/main.zip#rlp-encoding Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.