Thursday, January 11, 2018

POC with Blockchain

Hi Folks,

As per my initial interaction with Blockchain technology, I am very much optimistic with the overall architecture and concept behind this technology.
During my POC, I was able to achieve below:

I manage to create sample model of Digital Bank using Open Source Ethereum blockchain based distributed computing platform.
To achieve this I've created Genesis Blocks, created rule engine/configuration for blockchain.
Achieved functionalities such as creating new account (like a wallet), check number of blocks in overall blockchain system, balance check for account and miner for this new blockchain based currency.

In addition to that I've also tried open source EBE (Ether Block Explorer) and created smart contract for POC and trust me it is much more easier to implement all these with such a huge open source support.

I'm still working on many other POC models for this technology, let's see how it goes.
I should be posting sample code to make this journey more interactive.

to be continue...