/idris-chain

Dependently typed blockchain experiments in Idris

Primary LanguageIdrisBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Idris-chain

Dependently typed blockchain experiments in Idris.

  • Blockchain module implements a blockchain (cryptographic linked list) with type guarantee that hashes are correct and the chain is not compromised.

Proof of type? :)

Work-in-progress

Idris instructions

I am using idris 1.2 This project includes make file with configuration to build and run tests. To use interactive repl:

> cd src 
> idris repl --package contrib