Library with functions to interact with the Zcash blockchain
Go to file
Rene Vergara 0acff0d965
Add testing to Makefile
2023-06-14 10:54:20 -05:00
librustzcash-wrapper Add error handling to Bech32 2023-06-14 10:54:02 -05:00
src Update source path 2023-06-14 10:53:29 -05:00
test Add Sapling VK validation 2023-06-14 09:55:52 -05:00
.gitignore Add rust code to repo 2023-04-15 19:07:08 -05:00
CHANGELOG.md Documentation update 2023-04-27 09:54:01 -05:00
LICENSE Initial commit 2023-04-13 18:35:15 -05:00
Makefile Add testing to Makefile 2023-06-14 10:54:20 -05:00
README.md Documentation update 2023-04-27 09:54:01 -05:00
configure Add wrappers for UFVKs 2023-04-27 09:48:11 -05:00
package.yaml Add functions and tests for Bech32 and F4UnJumble 2023-04-27 09:50:07 -05:00
stack.yaml Initial commit 2023-04-13 18:35:15 -05:00
zcash-haskell.cabal Implement Orchard Tx decoding and tests 2023-05-04 15:26:49 -05:00

README.md

zcash-haskell

A Haskell library to interact with the Zcash blockchain.

Installation