Generate Bitcoin Cash receiving addresses from an Electron-Cash xpub key
Introduction The aim of this tutorial is to describe a way of generating unique Bitcoin Cash receiving addresses without having the private keys or seed present on that machine. Particularly useful if you want to build point of sale or e-commerce applications. BIP 32 Hierarchical Deterministic Wallets (wallets which can be shared partially or entirely with different systems, each with or without the ability to spend coins) offer this funtionality through its deterministic key generation scheme, more precicely the use of an xpub key.
[Read More]