ethavatar
ethavatar copied to clipboard
gravatar for ethereum addresses
Hi! As I see, this project is inactive for 4 years. I've started a project https://myethmeta.org/ which is something like ethavatar++. Join us, if you think. - We are using...
The ABI and contract address of the sample was wrong, so I've take them from the deployed Ethereum contract
Add more project information (fixes #8). * Remove unnecessary files * Rename file LISCENSE to LICENSE * Add issue and pull request templates * Add Contributor Covenant code of conduct...
A short summary of work that's been done: - [x] Added majority of UI styles and assets - [x] "No MetaMask" states finished in App component - [x] "Existing Avatar"...
Add more informations to avatar, like in real Gravatar. This should be title, description, social links, contact informations... You could also partnership with original Gravatar. 😀
There could be some simple library / API for JavaScript (and for other languages) that would automatically get or set avatar for address with code. There is already https://github.com/gitcoinco/ethavatar#to-integrate-into-your-app, but...
MetaMask and other dapp browsers will soon have different way to access provider. You would need to update Web3 provider to `window.ethereum` and call `ethereum.enable` to enable it. **I can...
Smart contract currently uses `string` to store IPFS hash, so it could be pretty expensive to set avatar. According to answers on Ethereum Stack Exchange ([1](https://ethereum.stackexchange.com/a/17112)) ([2](https://ethereum.stackexchange.com/a/55898)) it is better...
Add support for Ethereum Name Service (ENS).
Add more project informations, like code of conduct, contributing and issue and pull request template. Also, the LI**S**CENSE file should be named LICENSE.