Skip to content
    Back to all Bounties

    Earn 1,800 ($18.00)

    Time Remainingdue 1 year ago
    Open

    Bitcoin Javascript Gist - OP_DATA

    afeezaziz1
    afeezaziz1
    Posted 1 year ago

    Bounty Description

    Deliverable

    1. Javascript code to use OP_PUSHDATA to upload files or write plain text to Bitcoin mainchain, test network, and regtest network.

    2. Then must create a another transaction to transfer the UTXO, generated in (1), to minter address.

    Requirements

    1. Use
      @scure
      libraries including bip32, bip39 to generate keys and btc-signer to construct the transaction and sign the transaction.

    https://github.com/paulmillr/scure-btc-signer
    https://github.com/paulmillr/scure-bip32
    https://github.com/paulmillr/scure-bip39