shazow / effigy.im

This is a simple service that will return a identicon of an ethereum address. You can use this to power avatars or whatever in your webapp

Home Page:https://effigy.im/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

effigy.im

This is a simple service that will return a identicon of an ethereum address. You can use this to power avatars or whatever in your webapp

Use

To use the service you just need to use the url in an image like so:

<img src="https://effigy.im/a/{ethereumAddress}.[png|svg]">

Example

<img src="https://effigy.im/a/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045.png">

That will render PNG:

or

<img src="https://effigy.im/a/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045.svg">

That will render SVG:


Inspired and influenced by:

Feel free to help make this better by submitting a pull request or sending me a note.

Made by @harper / harper.eth

About

This is a simple service that will return a identicon of an ethereum address. You can use this to power avatars or whatever in your webapp

https://effigy.im/

License:MIT License


Languages

Language:JavaScript 86.7%Language:HTML 13.3%