webapp icon indicating copy to clipboard operation
webapp copied to clipboard

Generate identicons from ETH address

Open nya-elimu opened this issue 4 years ago • 0 comments

Add JavaScript function to the webapp for generating an identicon for a given ETH address.

Screen Shot 2021-09-28 at 2 14 37 PM

We already have this implemented in a Node app: https://github.com/elimu-ai/web3-aragon-connect/blob/master/route/identicon/index.js

However, to reduce code complexity, we need to make this work in the Java webapp. We are already using web3.js in the webapp, so can web3.js be used for this purpose? If not, is there a way to port the existing Node solution to regular JavaScript?

nya-elimu avatar Sep 07 '21 07:09 nya-elimu