Skip to content

ghivert/purechain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

Basic blockchain entirely built in Purescript!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published