This is the official home of the Zashi Zcash wallet for Wallet, a no-frills Zcash mobile wallet leveraging the Zcash Swift SDK.
The Zashi IOS wallet is publicly available for download in the AppStore.
Join the Zashi community on ECC Discord server, report bugs, share ideas, request new features, and help shape Zashi's journey!
If you'd like to report a technical issue or feature request for the IOS Wallet, please file a GitHub issue here.
For feature requests and issues related to the Zashi user interface that are not iOS-specific, please file a GitHub issue here.
If you wish to report a security issue, please follow our Responsible Disclosure guidelines. See the Wallet App Threat Model for more information about the security and privacy limitations of the wallet.
General Zcash questions and/or support requests may also be directed to either:
Contributions are very much welcomed! Please read our Contributing Guidelines
and Code of Conduct. Our backlog has many Issues tagged with the
good first issue
label. Please fork the repo and make a pull request for us
to review.
Zashi Wallet uses SwiftLint and SwiftGen to conform to our coding guidelines for source code and generate accessors for assets. Please install these locally when contributing to the project, they are run automatically when you build.
Install it using homebrew
$ brew install swiftgen
and create a symbolic link
ln -s /opt/homebrew/bin/swiftgen /usr/local/bin
The project is setup to work with 0.50.3
version. We recommend to install it
directly using the official 0.50.3 package.
If you follow this step there is no symbolic link needed.
In case you already have swiftlint 0.50.3 ready on your machine and installed via homebrew, create a symbolic link
ln -s /opt/homebrew/bin/swiftlint /usr/local/bin