3

I'm wondering what algorithm is used to generate the unique address icon that Mist, MEW, Parity and Etherscan use.

Here are some examples:

enter image description here enter image description here

marceloneil
  • 131
  • 3

1 Answers1

3

There are many, one popular is Identicon, making use of Identicon.js. If you need something more graphical, you could even use Robohash ;)

They all base on the same principle: Take a hash of whatever, and generate a picture out of it.

n1cK
  • 3,378
  • 2
  • 12
  • 18