Harry Kalogirou·Nov 25, 2020Integrating Blockchain secured data with node.js and EbakusNG[This is a repost of the original article found here]
Harry Kalogirou·Jun 18, 2020I Made A Virtual Machine Interpreter For Embedded DevicesMeet picoVM. A fully featured, minimal footprint, VM for embedded devices.
InCoinmonksbyHarry Kalogirou·Sep 30, 2018Reducing EOS contract deployment RAM footprintDoing smart contract work on EOS is currently a bit expensive due to RAM prices. The state of a contract, along with the code and ABI are…
Harry Kalogirou·Sep 12, 2018Why Ethereum will never scaleEthereum claims to be the platform to build unstoppable applications. It’s the first thing the official website claims. However, there is a…
Harry Kalogirou·Apr 17, 2018Is Ouroboros a Dan Larimers’ DPoS ripoff?No.A response icon1A response icon1
Harry Kalogirou·Apr 16, 2018Ouroboros, Casper and other computer science masturbation.If you are old enough in the field of software engineering you probably recognise something familiar in the title. It references the words…A response icon7A response icon7
Harry Kalogirou·Mar 23, 2018EbakusDB a database for blockchain systemsMany blockchain systems use LevelDB under the hood to persist their state. For Ebakus, in order to meet the performance requirements and…