diff --git a/Home.md b/Home.md index 8e1153d..c19b095 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,8 @@ -Welcome to the Zcash-Haskell Wiki. \ No newline at end of file +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/). \ No newline at end of file