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 require that you signup and have…
In this article we will get the price of Bitcoin using the coindesk bpi api, this is a free api that also does not require that you signup and have…
A lecture by Haseeb where he builds a blockchain from scratch in Ruby https://github.com/Haseeb-Qureshi/lets-build-a-blockchain
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 building “blocks” of a blockchain.…
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 oled display. This is similar to…
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 example In this example we…
This example was sent to me via one of my electronics sites, this example use an ESP8266 development board, there are many examples of these on the net that can…
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 [ {“code”:”BTC”,”name”:”Bitcoin”,”rate”:1}, {“code”:”BCH”,”name”:”Bitcoin Cash”,”rate”:6.327061}, {“code”:”USD”,”name”:”US Dollar”,”rate”:9095.53},…
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 the website Cryptonator provides unique…