Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 658 Bytes

Bitcoin Rune Creator

This script allows you to create or etch a rune using native JavaScript.

Instructions

  1. Define the Network:
    This script has been tested on regtest and testnet networks only. Set up the desired network accordingly.

  2. Configure Rune Data:
    Adjust the runestone data parameters as required for your rune.

  3. Fund the Address:
    Complete step 1 by funding the generated address with the necessary balance.

  4. Generate Transaction Hex:
    In step 2, generate the transaction hex.

  5. Broadcast the Transaction:
    Finally, broadcast the transaction to complete the rune etching process.