-
Notifications
You must be signed in to change notification settings - Fork 443
Description
In the rust/basic_bitcoin module
Description:
I have deployed a BRC-20 token on Bitcoin Testnet4 using the inscribe_brc20 function. The commit and reveal transactions were successfully broadcasted and confirmed. However, the inscription does not appear in the indexer's records, and the token is not recognized on platforms like mempool.space/testnet4.
Steps to Reproduce:
Call the inscribe_brc20 function with a 4-character ticker symbol.
Broadcast the commit transaction to the Bitcoin Testnet4 network.
Broadcast the reveal transaction after the commit transaction is confirmed.
Check the inscription status on mempool.space/testnet4.
I initially suspected that two transactions were being sent to the network at the same time. I changed the reveal transaction to send it after committing the transaction, but it still didn't work.