Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: SpeedDemon13 on September 26, 2013, 08:04:17 AM



Title: How to make a good blockchain explorer?
Post by: SpeedDemon13 on September 26, 2013, 08:04:17 AM
Curious how to make a blockchain explorer? What required and what's the technique? I know Abe is need, java developer apps and what else?


Title: Re: How to make a good blockchain explorer?
Post by: coinedabit on October 18, 2013, 04:06:58 PM
+1


Title: Re: How to make a good blockchain explorer?
Post by: mgauffin on December 04, 2013, 05:59:02 PM
+1


Title: Re: How to make a good blockchain explorer?
Post by: FrictionlessCoin on December 04, 2013, 06:44:49 PM
Curious how to make a blockchain explorer? What required and what's the technique? I know Abe is need, java developer apps and what else?

Abe is written in python.

But all you need is to read in the block chain and fill in the database.  Then render the database on to the UI. 

Problem with ABE is that database structure is slow and inefficient.