I am creating a crypto-trading platform . I wanted to know how to create wallet address dynamically for all new registered user and also create new address for every transaction.
I am using bitcoind for bitcoin and will be doing RPC calls directly. Also let me know if there is any better way to do it.