kozyilmaz / zcash-apple

Zcash for Apple platforms
78 stars 21 forks source link

Feature: run the client in menubar #5

Open 0wnrepo opened 6 years ago

0wnrepo commented 6 years ago

Would be lovely to see it only in the menu bar. Should I start modifying the interface to support this? (didn't inspect the code yet)

Regards

kozyilmaz commented 6 years ago

Hi @0wnrepo, please feel free! I was busy keeping up with upstream Zcash changes, I guess it is really close to to official clang and macOS.

If you plan to do it, I guess you should to externally manage zcashd daemon (exec() etc.) and implement any functionality using RPC interface. I highly recommend checking Vaklinov's wallet implementation. Long story short you can use the products of this repo as is :)

Let me know if I can help!

andrerfneves commented 6 years ago

Apologies for hopping onto an old issue, but I'm currently working on an interface for the ZCash daemon. I should be able to use any RPC lib that handles ZCash/Bitcoin correct? Something like https://github.com/montyanderson/stdrpc? keep up the good work @kozyilmaz!

radix42 commented 6 years ago

Yes but only transparent zcash transactions

On Fri, Mar 2, 2018 at 12:06 PM André Neves notifications@github.com wrote:

Apologies for hopping onto an old issue, but I'm currently working on an interface for the ZCash daemon. I should be able to use any RPC lib that handles ZCash/Bitcoin correct? Something like https://github.com/montyanderson/stdrpc? keep up the good work @kozyilmaz https://github.com/kozyilmaz!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kozyilmaz/zcash-apple/issues/5#issuecomment-370020773, or mute the thread https://github.com/notifications/unsubscribe-auth/AF9e0Lh2DGtnMn7TyuamKdW_l0cwoB9oks5taZf5gaJpZM4RMZQA .

andrerfneves commented 6 years ago

@radix42 that's what I read too. Thanks. There are not many ports of the ZCash API are there? Haven't been able to find many.