An open API service indexing awesome lists of open source software.

https://github.com/ghivert/purechain

Basic blockchain entirely built in Purescript!
https://github.com/ghivert/purechain

blockchain educational purescript

Last synced: 5 months ago
JSON representation

Basic blockchain entirely built in Purescript!

Awesome Lists containing this project

README

          

# Purechain

After spending a lot of time studying blockchains and trying Ethereum, EOS, etc., it's time to create a simple blockchain, for educational purposes. Purechain try to create a fully functional blockchain in functional programming. It means that everything is done using [PureScript](http://www.purescript.org/).

# Why PureScript?

I wanted a statically typed functional language, compiling in CLI. There were some options: Scala, PureScript, Haskell, ... But in the end, I didn't want to deal with lazy, and I like Haskell-like languages, so PureScript was an obvious choice.