Skip to content

Bitcoin raw transaction hex decoder using btcd wire

Notifications You must be signed in to change notification settings

theedtron/btctxdecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin transaction hex decoder

Project Description

A bitcoin transaction hex decoder using Golang.

Installation

To run this project, you need to have Go installed on your machine. If you haven't installed Go yet, you can download and install it from the official Go website.

Cloning the Repository

First, clone this repository to your local machine using Git:

git clone https://github.com/theedtron/btctxdecoder.git

Running the Project

Navigate to the project directory:

cd btctxdecoder

Download necessary dependancies

go mod tidy

Then, run the project using the following command:

go run main.go <transaction hex>

About

Bitcoin raw transaction hex decoder using btcd wire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages