Skip to content

properties/latest-bitcoin-transactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

latest-bitcoin-transactions

A lightweight javascript(jquery) script using websocket and Blockchain to recieve the latest Bitcoin transactions (Auto update).

transactions

How to use it:

  1. Add jQuery and the lbt.js to your head/body:
  <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  <script src="lbt.js"></script>
  1. Add a table with id getBTC (or edit id in lbt.js) with x amount of table rows (x = amount to show on page)
  <table id="getBTC">
    <tr></tr>
    <tr></tr>
    <tr></tr>
    <tr></tr>
    <tr></tr>
  </table>

About

A jquery script to get the latest bitcoin transactions

Resources

Stars

Watchers

Forks

Packages

No packages published