This library provides a Javascript/WASM library for parsing and encoding Zcash addresses. This is currently an EXPERIMENTAL library and provides only minimal functionality in support of ZIP 320. In the future, it may be extended to provide more comprehensive handling for various Zcash address types.
To build this library for local experimentation, use:
wasm-pack build --target web
To try out the example code locally, run:
npx live-server
from the root directory and then point your browser to example/index.html
.
These libraries are currently under development and have not been fully-reviewed.
All code in this workspace is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.