Go to file
Adam Stener 789333f234 Enable SwiftLint 2021-09-16 05:34:54 -05:00
.github Add manual testing reference to PR template 2021-09-10 11:47:56 -03:00
docs rename screens folder to images 2021-09-10 15:36:03 -03:00
images rename screens folder to images 2021-09-10 15:36:03 -03:00
secant Enable SwiftLint 2021-09-16 05:34:54 -05:00
secant.xcodeproj Enable SwiftLint 2021-09-16 05:34:54 -05:00
secantTests Enable SwiftLint 2021-09-16 05:34:54 -05:00
secantUITests Enable SwiftLint 2021-09-16 05:34:54 -05:00
xctemplates/Router Templates Enable SwiftLint 2021-09-16 05:34:54 -05:00
.gitignore Add Git ignore 2021-07-19 15:45:06 -03:00
.swiftlint.yml Enable SwiftLint 2021-09-16 05:34:54 -05:00
CODE_REVIEW_GUIDELINES.md Pull Request changes 2021-09-09 11:59:59 -03:00
CONDUCT.md Add Code of Conduct 2021-07-19 15:45:34 -03:00
CONTRIBUTING.md Add Contributing guidelines 2021-07-19 15:45:53 -03:00
LICENSE Add License 2021-07-19 15:46:24 -03:00
README.md Add readme 2021-08-24 15:05:54 -03:00
SWIFTLINT.md rename screens folder to images 2021-09-10 15:36:03 -03:00
responsible_disclosure.md add responsible_disclosure.md 2021-07-29 19:28:49 -03:00
symlink-templates.sh SwiftUI Router Setup 2021-08-06 20:38:47 -03:00

README.md

secant-ios-wallet

This wallet is a Dogfooding effort towards Zcash Halo Arc / NU5 efforts.

Motivation

Dogfooding - transitive verb - is the practice of an organization using its own product. This app was created to help us learn.

Please take note: the wallet is not an official product by ECC, but rather a tool for learning about our libraries that it is built on. This means that we do not have robust infrastructure or user support for this application. We open sourced it as a resource to make wallet development easier for the Zcash ecosystem.

Disclaimers

There are some known areas for improvement:

  • This app is mainly intended for learning and improving the related libraries that it uses. There may be bugs.
  • Traffic analysis, like in other cryptocurrency wallets, can leak some privacy of the user.
  • The wallet requires a trust in the server to display accurate transaction information.

See the Wallet App Threat Model for more information about the security and privacy limitations of the wallet.

If you'd like to sign up to help us test, reach out on discord and let us know! We're always happy to get feedback!

Description

iOS wallet using the Zcash iOS SDK that is maintained by core developers.

This a reference wallet for the following set of features:

  • z2z transactions w/ encrypted memos
  • reply-to formatted memos
  • z2t transactions
  • transparent receive-only
  • autoshielding on threshold from receive only t-address

note: z means sapling shielded addresses.

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.

Reporting an issue

If you wish to report a security issue, please follow our Responsible Disclosure guidelines.

For other kind of inquiries, feel welcome to open an Issue if you encounter a bug or would like to request a feature.

License

MIT