blockchain
blockchain copied to clipboard
Generic blockchain implementation in Haskell.
Results
3
blockchain issues
Sort by
recently updated
recently updated
newest added
README shows test scripts which have been removed, add 'em back ``` $ ./scripts/test_mining -- run test mining network $ ./scripts/test_stats -- print blockchain stats ```
Blockchain interpretation should be left to clients. All functions that take a `BlockchainWithConfig -> a` should instead take `BlockchainConfig -> Blockchain -> a`