I’ll be posting a link to a dmg of my zcash port here shortly, sometime this weekend. still struggling with getting a dock icon for zcash without doing an entire app in Xcode (hence my tweet the other night about googling Applescript sigh)
yes, I look that on github。 It’s make me be disappointed。Interface layout and user experience are very poor.
Did Zcash official willing to spend ZEC to design it? I think most people works must better than now version。
In 2016, in the rigorous financial field. some like forum have rubish text by Koreanor Zecwallet user interface is as old as of 80s. I think that the development of zcash is not very good.
Right, at the moment the app assumes that you have followed the binary installation instructions from @anon47418038 and will not work if you built from source.
A quick hack around this is to create a /usr/bin folder and put zcashd and zcash-cli there (or symlinks).
The java code already does that, however once bundled ‘pwd’ will return …/ZCashSwingWalletUI.app/Contents/MacOS/ because that’s where the binary launching java is located.
Ultimately I’d like to merge the UI and ZCash into a single app bundle but that’s way down the line