Author

Topic: Help me display transactions on webpage? (Read 234 times)

hero member
Activity: 2338
Merit: 757
February 09, 2019, 01:46:04 PM
#4
As far as i can think, you are looking for begginners tutorials. Such a technical implementations require the minimum programming skills in your knowledge background.

Take a look at those links, you might find nice help there:
Use Blockchain's APIs at no cost to help you start building bitcoin apps.
Blockchain websocket API - Java-Script
blockchain websocket API - Java-Script
blockchain websocket API - Java-Script

You can always hire someone to complete the task, so you avoid all the troubles that may occurs.

Good luck
newbie
Activity: 2
Merit: 0
February 09, 2019, 01:15:07 PM
#3
You can create a PHP file and copy paste the API inside and save it (give it a name). Then on your website, you can add this code

Code:
Replace xxx with the size you want to get. (400x800 for exemple)

or

Code:



with the second code, you will need to add the following code to your header (after
) to use jquery

Code:


Thanks for your response!
Apparently what I want to use is the blockchain.com websocket API, I wish there was a tutorial on this, I'm lost 😣
copper member
Activity: 2940
Merit: 4101
Top Crypto Casino
February 09, 2019, 12:40:22 PM
#2
You can create a PHP file and copy paste the API inside and save it (give it a name). Then on your website, you can add this code

Code:
Replace xxx with the size you want to get. (400x800 for exemple)

or

Code:



with the second code, you will need to add the following code to your header (after
) to use jquery

Code:
newbie
Activity: 2
Merit: 0
February 09, 2019, 10:37:21 AM
#1
I want to display the most recent blockchain transactions along with their values and time/maybe address, like bitcointicker.co/transactions has on the bottom left...

I've found the API page at blockchain.info but I don't know how to implement it, and my searching has done little to help.

I just like to tinker but it bugs me when i have so much trouble with something that seems like it should be straightforward.

New to this forum, hopefully i am posting in the correct place ❤ all help appreciated!
Jump to: