A script that generates a redeem script, derives a p2sh address from it and constructs a bitcoin transaction using Golang.
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.
First, clone this repository to your local machine using Git:
git clone https://github.com/theedtron/btctxbuilder.git
Navigate to the project directory:
cd btctxbuilder
Download necessary dependancies
go mod tidy
Then, run the project using the following command:
go run main.go