Tag archives for Bitcoin
Building A Bitcoin-Like Blockchain In JavaScript
Coding your own Blockchain will help you to understand the internals of Bitcoin. The Blockchain is a real technological revolution that promises to profoundly change many industries in the future. In cryptocurrencies, Bitcoin is the first successful implementation of the Blockchain. This implementation is even a phenomenal success that has made Bitcoin the most successful asset of the decade. The…
Create a Bitcoin Price Index Watcher in HTML5
Everyone is talking about Bitcoin. The Bitcoin madness and the Blockchain revolution seem to be taking over the world. So, why not learning how to consume REST Web Services in HTML5 by creating a Bitcoin Price Index Watcher? In that tutorial, you are going to learn how to make AJAX requests in HTML5 by consuming a Web Service provided by…
Create a Bitcoin Watcher Android App with Kotlin
We continue our learning of Kotlin to develop Android applications. Today we will see how to make HTTP requests with Kotlin. For this, we will develop an application to know the price of Bitcoin in real time. Note that you can discover this tutorial in video on YouTube : Adding dependencies To make HTTP requests in our application, we will…
Create your own Blockchain in 30 minutes
The Blockchain is a technological revolution at the heart of the success of Bitcoin and other crypto currencies. For some, the Blockchain is a revolution comparable to what the Internet was in its day. In this article, we propose you to create your own Blockchain in 30 minutes by using the Java programming language. It will allow you to better…
Create a Bitcoin Price Index Watcher Application for Android
Bitcoin is a worldwide cryptocurrency and digital payment system called the first decentralized digital currency, since the system works without a central repository or single administrator. In that tutorial, we are going to create a Bitcoin Price Index Watcher Application for Android with Android Studio. In this application, we will offer to the users Bitcoin Price Index in US Dollars,…