From 993b4cfc62e029f4fdc31825fdf1be34e5595e45 Mon Sep 17 00:00:00 2001 From: pitmutt Date: Wed, 14 Jun 2023 16:47:25 +0000 Subject: [PATCH] Update 'Home' --- Home.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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