Skip to content

Command line application that recursively decodes a given RLP encoded string written in Go

License

Notifications You must be signed in to change notification settings

ausaf007/rlp-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLP Decoder

Command Line Tool To Decode RLP Encoded String

Table of Contents

About The Project

This is a simple command line application that recursively decodes a given RLP encoded string. Learn more about RLP Encoding/Decoding.

Tech Stack

Prerequisites

Download and install Golang 1.19 (or higher).

How To Use?

  1. Navigate to rlp-decoder/:
    cd /path/to/folder/rlp-decoder/
    
  2. Get dependencies:
    go mod tidy
    
  3. Run the app:
    go run main.go 
    # use "--verbose" flag to get additional logs
    go run main.go --verbose 
    
  4. CD into rlp/ to run tests:
    cd rlp/
    go test
    

Thank you!

About

Command line application that recursively decodes a given RLP encoded string written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages