bitauth / libauth

An ultra-lightweight, zero-dependency TypeScript library for Bitcoin Cash, Bitcoin, and Bitauth applications.

Home Page:https://libauth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to find useful examples

Pheromon opened this issue · comments

your library seems quite good but I'm unable to understand how to do simple basic operations like:

  • decoding a tx from hex
  • building a tx from some UTXO with a destination address
  • encoding the built tx for signing
  • generate taproot address, if possible

Thanks for any help / pointers to the right place!