0.2.2 • Published 7 months ago
@chainsafe/webzjs-zcash-snap v0.2.2
WebZjs Zcash Snap
🔐 Overview
WebZjs Zcash Snap is a MetaMask Snap that brings Zcash functionality directly into the MetaMask browser extension. WebZjs is the first JavaScript SDK for Zcash, enabling seamless integration of Zcash privacy features for web users.
📘 Project Description
Snap uses a Rust library WebZjs compiled to WebAssembly (Wasm). It is meant to be used in conjunction with WebZjs web-wallet.
🛠 Prerequisites
- Node.js
- Yarn
- MetaMask Browser Extension (Metamask Flask for development purposes) Install MM Flask
🔨 Development
- Install dependencies with
yarn install - Build the project with
yarn build - Host snap on localhost http://localhost:8080
yarn serve