This is a small project that is designed to pull the public key of the sender from a transaction hash.
- Install all dependencies by running
go mod download
. - In your environment set the value of INFURA_KEY as the infura project id.
- Build the project using
go build
. - Run the project using
./public-key-extractor --txnHash <transaction hash>
.
Enjoy