https://github.com/thebojda/myethmeta
Decentralized metadata for Ethereum addresses
https://github.com/thebojda/myethmeta
Last synced: about 1 year ago
JSON representation
Decentralized metadata for Ethereum addresses
- Host: GitHub
- URL: https://github.com/thebojda/myethmeta
- Owner: TheBojda
- License: mit
- Archived: true
- Created: 2022-01-16T20:35:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T22:28:15.000Z (over 1 year ago)
- Last Synced: 2025-04-28T07:43:13.905Z (about 1 year ago)
- Language: Vue
- Size: 186 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyEthMeta - Decentralized metadata for your Ethereum account
MyEthMeta is a decentralized metadata service for Ethereum accounts. It is something like Gravatar, but here the metadata and your profile picture are assigned to your Ethereum address. We have no backend servers, **you fully own your own data**.
MyETHMeta is **MOVED TO** https://myethmeta.github.io/ and the https://github.com/MyETHMeta organization. **This repo is deprecated!**
---
For more info, visit https://myethmeta.org/
Contents of directories:
- contract - Source code of the mapping contract ([check it on Polygon chain](https://polygonscan.com/address/0x63Ba8dfAEBa09a63c1bCB47a46229f14707Af995#code))
- libraries - JavaScript library for easily read metadata
- profile_page - Source code of the profile page (https://profile.myethmeta.org/)
- specification - JSON schema of the metadata
- webpage - Source code of the webpage (https://myethmeta.org/)