Update 'Home'

pitmutt 2023-06-14 16:47:25 +00:00
parent 8839596d8e
commit 993b4cfc62
1 changed files with 8 additions and 1 deletions

@ -1 +1,8 @@
Welcome to the Zcash-Haskell Wiki.
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](https://well-typed.com/blog/2023/03/purgatory/).