Build Applications using Blockchain
Jul 20, 2017 · 1 min read
Hello guys,
In this article we are going to know about Blockchain (public) applications
This is just an introductory article (lets say flow or algorithm)

we will discuss it in steps
- Choose your favorite programming language in back end technologies(Node js or Python or PHP)
- In order to build an application we have to create an API that is powerful enough to make a transaction ,generate an private key, address in WIF format or simply register to popular block chain API providers like blockchain.info or blocktrail.com
- For simplicity purpose we will register for API from above given website, with in few hours(depends on website) we will get an API
- Lets consider a programming language say Nodejs and API key of Block trail
- We can see the documentation of how to build different functionalities from given below link
- “ https://www.blocktrail.com/api/docs “ follow the link for the basic understanding of how API works
- Choose your favorite front end language and start building application
Detailed explanation of how to build an application will be posted in second article (including coding part using node js and blocktrail API) we will have a series of articles
Thank You …. :) Have a nice day … :)