Go to file
Lukas Korba 1645d00aad
Merge pull request #1210 from LukasKorba/1208-Release-1.0.5-4
[#1208] Release 1.0.5-4
2024-04-19 08:31:27 +02:00
.github
docs
images
modules
secant
secant.xcodeproj
secantTests
secantUITests
xctemplates/TCA.xctemplate
.gitignore
.swiftlint.yml
.swiftlint_tests.yml
BACKGROUND_SYNCING.md
CHANGELOG.md [#1208] Release 1.0.5-4 2024-04-19 08:21:56 +02:00
CODE_REVIEW_GUIDELINES.md
CODE_STRUCTURE.md
CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SWIFTLINT.md
responsible_disclosure.md
secant-distrib-Info.plist
symlink-templates.sh

README.md

Zashi iOS Wallet

This is the official home of the Zashi Zcash wallet for Wallet, a no-frills Zcash mobile wallet leveraging the Zcash Swift SDK.

Beta Testing

The Zashi IOS wallet is currently in closed beta testing, and will be publicly available from the Apple Store when testing is complete.

If you'd like to be added to the waitlist to become a Zashi beta tester, please sign up here.

Reporting an issue

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 and are best directed to either:

Contributing

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.

Installation of Swiftgen & Swiftlint on Apple Silicon-based hardware

Swiftgen

Install it using homebrew

$ brew install swiftgen

and create a symbolic link

ln -s /opt/homebrew/bin/swiftgen /usr/local/bin

Swiftlint

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