Software engineer and tinkerer.

Porting Naivechain to Typescript

Over the holiday weekend, I ported Naivechain, the 200 line Javascript blockchain by Lauri Hartikka from vanilla JS to Typescript. I also added some rudimentary unit tests.

Lauri did a great job of writing a clean, concise codebase. I hope the addition of types to the project helps make it even easier to understand.

Source on Github