Library with functions to interact with the Zcash blockchain
Go to file
Rene Vergara 7f181ccac3
Add Rust orchard tx decoding function
2023-05-04 09:23:05 -05:00
librustzcash-wrapper Add Rust orchard tx decoding function 2023-05-04 09:23:05 -05:00
src Add Rust orchard tx decoding function 2023-05-04 09:23:05 -05:00
test Add Rust orchard tx decoding function 2023-05-04 09:23:05 -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 Rust orchard tx decoding function 2023-05-04 09:23:05 -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 Add functions and tests for Bech32 and F4UnJumble 2023-04-27 09:50:07 -05:00

README.md

zcash-haskell

A Haskell library to interact with the Zcash blockchain.

Installation