-1
1
I was wondering if there are any open source blockchain libs that I could use to build a project with?
UPDATED
I agree. With my knowledge of bitcoin now and blockchain - I should have phrased this question better.
What I am looking for is a pure blockchain implementation (lib) that can be used to implement anything I want on top of it, one implementation could be bitcoin. This "blockchain 2.0" would not have the same limitations as blockchain today (hardcoded values, flexible message size, enhanced scripting language, etc..).
Lots of startups, companies, etc... implement their own blockchain because the bitcoins'version has been designed for bitcoin - it has not been designed to deal with other business problems.
Now I hope you see what I mean. But now I understand that I have to either do a hardfork of "bitcoin" and strip out "blockchain" - or I can try to find this "blockchain 2.0" that - for example - bitcoin could fork and be based on.
Do not be too quick to mark down. If it would be obvious, I would not ask for it ;-)
1I'm unsure if you've researched this. Maybe specify a language to help get this moving, or what capabilities you need from the library. – karimkorun – 2015-07-01T23:00:33.923
Just basically a "blockchain" lib allowing me to send tx to a set of peer-to-peer nodes - visualising the chain - having a miner with a pluggable proof-of-work algo... Might be too painful to find as opposed to re-write it knowing the concepts? – jts – 2015-07-02T01:36:46.940
Actualy, as a language, ideally, in Java – jts – 2015-07-02T01:37:14.793
I get why people are downvoting, but I've had an extraordinarily difficult time finding relevant Google hits... to the point where the library will dictate the language. I wish people wouldn't be so downvote-happy and instead take the context of the question into account. – blz – 2015-11-08T14:59:37.987