Back to all Bounties
Earn 1,800 ($18.00)
due 1 year ago
Open
Bitcoin Javascript Gist - OP_DATA
afeezaziz1
Details
Applications
7
Discussion
Bounty Description
Deliverable
-
Javascript code to use OP_PUSHDATA to upload files or write plain text to Bitcoin mainchain, test network, and regtest network.
-
Then must create a another transaction to transfer the UTXO, generated in (1), to minter address.
Requirements
- 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