Welcome to the Zcash-Haskell Wiki.
The goal of his library is to create a user-friendly Haskell API to interact with the Zcash blockchain, connecting these two ecosystems.
Zcash-Haskell would not be possible without two critical components:
librustzcash
, the great work of the Zcash developers that is the reference implementation of the Zcash protocol.
foreign-rust
and haskell-ffi
, the bridge between Haskell and Rust created by Well-Typed.