1

I'd like to give a good impression by solving a problem they already have, but I'm not sure what could it be.

Thanks!

1 Answers1

1

I think there are few values that every exchange is looking for.

  • ability to work with multiple coins (exchanges = shitcoin casinos)
  • ability to generate the addresses and manage them securely on-scale within organization
  • knowledge of API interfaces

Regarding second point (as it's a bitcoin-related board) I'd advise looking at few projects that you can work on yourself, copying the ideas:

Although it relates to bigger exchanges only, as smaller ones use external order books and usually work only on the frontend.

Tony Sanak
  • 1,654
  • 4
  • 22
  • 1
    Thanks Tony, maybe a common interface to operate with different coins would be useful? A common set of commands for tasks like sending to an address, verifying a payment has been confirmed by the network, generating a new private key/address and writing the pair to a DB? – JamesLarger Jun 02 '20 at 22:38