VoluntaryLabs / Bitmarkets

OSX app for Bitmarkets decentralized marketplace
MIT License
112 stars 24 forks source link

[feature request] Support other cryptocurrencies like Zcash #34

Open heyakyra opened 7 years ago

heyakyra commented 7 years ago

Ideally, the market could be currency-agnostic. Zcash uses zero-knowledge security for privacy. There is a Bitcoin API for multisig transactions. While these transactions don't yet have privacy it is being worked on

stevedekorte commented 7 years ago

Thanks for the suggestion. I'd like to support Monero in the new web version of Bitmarkets when they add multisig support and there is a javascript client (websocket gateways would be needed).

zookozcash commented 7 years ago

How about Zcash? You would need multisig (☑) and a Javascript client (☐)?

stevedekorte commented 7 years ago

Yeah, I'd be happy to support Zcash if there was an in-browser JS wallet library (with multi-sig support) for it that could connect to lots of independent Zcash nodes via websockets. Btw, there are lots of potential applications outside of Bitmarkets for in-browser JS integration.

stevedekorte commented 6 years ago

What's the status of a in-browser JS SPV wallet for zcash?