Post
Topic
Board Altcoin Discussion
Re: Do you think "iamnotback" really has the" Bitcoin killer"?
by
IadixDev
on 29/03/2017, 10:34:58 UTC
The thing is in my idea, im doing a framework to deal with blockchain protocol, or build new blockchain easily, to extend easily the protocol, more than doing a monolithic code to handle one blockchain with hardcoded values. The same code/exe can handle different blockchain like multichain. With different config or module for each.

There is not even really any compile time definition of any type at all. All the protocole message template could be put in a json file and loaded at run-time.


https://github.com/iadix/purenode/blob/master/export/iadix.conf

All the code for block & tx validation is modularized, the code to handle key pair and signature, as well as the modules behind the http interface like block explorer and rpc server for web apps.

Different blockchain can be made with only very localized change to the code, and preferably via config file for easier integration with above layer.


If you want to build a block chain engine from scratch , with the feature you want, I dont think you can find better starting point, because ive looked in the same issues than you and didn't find anything that had all the good requirement.

But im being objective here, not specially trying to " sell my stuff because it's my stuff" Cheesy  

I already have the whole type class like things working with an already fairly debugged framework, with implementation of flexible/modular blockchain engine.

After custom blockchain can be made with other protocol with different modules. And keep common code as much as possible  ( not whole git fork to change 3l ).

All code is very localized with low coupling. Even my gran ma can compile it.




I'm very sleepy. Will be back after sleeping...

Good night, sleep well  Grin