Are there any blockchain implementations that are not based on the Bitcoin source code?

1

I wanted to code up a blockchain from scratch using C++. So I got around to looking at some existing blockchain source code to get some ideas. But all I can find is the Bitcoin source or forks of it.

Are there any blockchain implementations out there that are not based on the Bitcoin source code?

Ryan

Posted 2018-06-18T18:13:54.427

Reputation: 111

Ethereum and EOS jump to mind as largely independent codebases.Raghav Sood 2018-06-18T20:52:40.463

No answers