Scorex: A Modular Blockchain Framework in Scala (For assembling blockchain-based crypto-currency networks from building block components.)
25 Jan 2020 5 minute read 4 comments rhyzom
The Bitcoin code base is more than 100 thousand lines of mostly C++ code, where NXT (the first working implementation of a proof-of-stake system) is more than 45 thousand lines of Java and all the parts/components that make up the system(s) are enme...