Skip to content

zzantares/haskell-on-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-chain

As of today, this is a demo project implementing algorithms used in cryptocurrencies. After a while this could be like the Haskell’s version of the pybitcointools project, a library for interacting with the bitcoin blockchain and further including other cryptocurrencies as well.

Resources

There are already a few resources about using Haskell with a focus on blockchain and the crypto-space:

Reminders

When computing the merkle tree better use =Data.Sequence=

This is instead of just lists, because it seems to be faster.

About

Crypto, blockchain and bitcoin stuff in Haskell (WIP).

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors