Utilize Zcash URI
See original GitHub issueReproducibility: always
Steps:
Click on a Zcash URI eg. zcash:zs1du0cfxytxjjauyr2lv68qd6jd2d4shcllt5y60fx2hhdlhq4c9r6a9kttfdynpgkygpv2asu5ak
What happened: Address is not recognized.
Expected result: Address is recognized. zec-qt-wallet is launched (or brought in focus if already open) and the “Pay From” field in Send tab gets filled with the Zcash address.
Notes: Feel free to test with my website http://www.dimitrisapostolou.com
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:5 (4 by maintainers)
Top Results From Across the Web
ZIP 321: Payment Request URIs
a Zcash Sapling address, using Bech32 8 as defined in 13. New address formats may be added in future. If the context of...
Read more >Utilize Zcash URI · Issue #50 · ZcashFoundation/zecwallet
Any hope to get the expected URI behavior like in Bitcoin Core or Dash Core? eg. clicking on a URI link: zec-qt-wallet is...
Read more >Using ZecWallet
Zcash payment URIs encode the address, amount and memo into a single convenient string, so you can enter it into ZecWallet and make...
Read more >URI - ZIP321 add an amount param in other currencies
Currently URI zip321 only support specifying amount in ZEC. ... to scan a few cents off them by using a slightly incorrect exchange...
Read more >Zcash Explorer — Blockchair
Explore Zcash (ZEC) blocks, transactions, addresses, balances, nodes and protocols, blockchain stats and charts.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Related: https://github.com/zcash/zcash/issues/2319
Would love to see support for query parameters as well.
?amount=123&memo=456
should ideally be respected if provided.