Displaying the bitcoin price using the coindesk API
In this article we will get the price of Bitcoin using the coindesk bpi api, this is a free api that also does not...
Let’s build a blockchain in Ruby
A lecture by Haseeb where he builds a blockchain from scratch in Ruby
https://github.com/Haseeb-Qureshi/lets-build-a-blockchain
Cryptocurrency Blockchain in 30 minutes in C++
Have you ever wondered what it would take to create a cryptocurrency coin or token yourself
This is an example in C++ of the basic...
ESP8266 module and OLED bitcoin ticker
In this example we will display the price in USD of 1 bitcoin, the data is taken from coindesk's API and displayed on an...
An improved ESP8266 and Bitcoin price ticker example
This is similar to our previous ESP8266 bitcoin example - Basic ESP8266 and bitcoin price example
We used the same Wemos board as in the previous...
Basic ESP8266 and bitcoin price example
This example was sent to me via one of my electronics sites, this example use an ESP8266 development board, there are many examples of...
Bitpay conversions using PHP
In this example we will display some conversions using bitpays api. the url we are interested in is located at https://bitpay.com/api/rates
This is abbreviated output
;
which corresponds...
Bitcoin to US Dollar conversion in PHP
In this example we will use cryptonator's api to show a conversion from bitcoin to USD.
For more information about the api visit - https://www.cryptonator.com/api/. From...