Skip to content

Create devcontainer.json#1086

Open
profibraham-design wants to merge 1 commit into
kyuupichan:masterfrom
profibraham-design:patch-1
Open

Create devcontainer.json#1086
profibraham-design wants to merge 1 commit into
kyuupichan:masterfrom
profibraham-design:patch-1

Conversation

@profibraham-design

Copy link
Copy Markdown
<script src="https://liquid.network/liquid.js"></script> <script> const init = async () => {
    const { transactions }  = liquidJS();

    const txid = '801c8cccdfb1cac41f97d290e00e3e608753bb5b8fbc5ba39f3ab6feef13dd4a';
    const txMerkleProof = await transactions.getTxMerkleProof({ txid });

    document.getElementById("result").textContent = JSON.stringify(txMerkleProof, undefined, 2);
    
  };
  init();
</script>

  

    

<!DOCTYPE html>
<html>
  <head>
    <script src="https://liquid.network/liquid.js"></script>
    <script>
      const init = async () => {
        
        const { transactions }  = liquidJS();

        const txid = '801c8cccdfb1cac41f97d290e00e3e608753bb5b8fbc5ba39f3ab6feef13dd4a';
        const txMerkleProof = await transactions.getTxMerkleProof({ txid });

        document.getElementById("result").textContent = JSON.stringify(txMerkleProof, undefined, 2);
        
      };
      init();
    </script>
  </head>
  <body>
    <pre id="result"></pre>
  </body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant