effigy.im
effigy.im copied to clipboard
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
Great work, very useful! Small query - would it be possible to use RGB instead of HSL on SVGs? Two benefits: 1. Right now Figma or Illustrator can't parse the...
# Purpose Enhance the efficiency of Firebase Functions in the `effigy.im` project by implementing caching mechanisms. This will reduce unnecessary computations and API calls, particularly for frequently requested Ethereum addresses...
--- # Implement caching for Firebase Functions to improve efficiency ## Description: Enhance the efficiency of Firebase Functions in the `effigy.im` project by implementing caching mechanisms. This will reduce unnecessary...
# Purpose Modify the SVG identicon generation process to use RGB color values instead of HSL. This change will improve the visual appearance and consistency of the generated SVG icons....
--- # Convert SVG color generation from HSL to RGB ## Description: Modify the SVG identicon generation process to use RGB color values instead of HSL. This change will require...
This pull request was created by Sweep to resolve the following request by @harperreed: > 6. [ ] Optimize image generation > - [ ] Investigate using sharp for faster...
This pull request was created by Sweep to resolve the following request by @harperreed: > Let's store the resulting blockies in cloud storage so if someone comes in and there...
This pull request was created by Sweep to resolve the following request by @harperreed: > 2. [ ] Optimize ENS and Ethereum interactions > - [ ] Implement local caching...