1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
604 stars 200 forks source link

BRC20 #361

Closed Jayke770 closed 9 months ago

Jayke770 commented 9 months ago

how to inscribe BRC20 using this library?

mccwdev commented 9 months ago

This is not possible at this moment as it requires taproot, which is still in development for this library.

I do not have technical knowledge about BTC20, but you can create custom transactions and add data to transactions.