Post
Topic
Board Altcoin Discussion
Re: List of blockchain implementations
by
robrigo
on 30/10/2014, 23:24:24 UTC
Here are some others

BitShares DAC toolkit: https://github.com/BitShares/bitshares_toolkit (C++ blockchain implementation for creating DACs secured with DPoS)
I think this one is very similiar to mastercoin, ie bitcoin protocol with extensions tacked on top of it. Note that I'm not looking for stuff like that - the more minimal, the better.

Hmm, is this really a blockchain? From cursory look it appears to be Ripple-esque ledger, will take a look in detail.

BitShares Toolkit isn't built on Bitcoin code. The code was written from scratch and is the first to implement Delegated Proof of Stake as a consensus algo. You are correct that it aims to be a fully fledged community / ecosystem rather than a minimal base implementation of a blockchain ledger. There is actually a project called BitShares PLAY (http://www.bitsuperlab.com/pdf/BitSharesPlayWhitePaper.pdf) that is in development which aims to be a decentralized game asset marketplace. Could possibly fit your use case well.

I don't know much about hyperledger other than it is designed to be solution agnostic and aims to be a platform for anyone to launch their own custom "private" chain.

if you are merely looking to use a crypto token for an in game currency, I would suggest looking into user issued asset solutions. NXT, CounterParty, and BitShares all allow you to register user issued assets which you can then distribute to accounts on each respective blockchain. Currently the cost to register assets in BitShares is pretty expensive but this price will be adjusted to be much less in a release slated for mid November.

The cool thing about BitShares in this case is that you can register human friendly names to send tokens to (using their TITAN technology). So if you are making an MMO style game, you could facilitate the exchange of currency by sending to directly to names instead of hash addresses.