Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree authored Oct 22, 2023
1 parent 3da5c13 commit c792269
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 1,19 @@
# eegid
Universal identifier in the Ethereum ecosystem
> Universal identifier in the Ethereum ecosystem
The identifier is composed of two parts separated by a colon (`:`):
1. collection - `group`, `event`, etc.
2. random hexadecimal number - `58a`, `f30`, etc.

Examples:
- `event:a8f`
- `person:11a`

## Datasets

| Dataset | Repository | ID Example |
| --- | --- | --- |
| Group | [ethcd](https://github.com/ethereumeg/ethcd) | `group:4da` |
| Person | [ethcd](https://github.com/ethereumeg/ethcd) | `person:f30` |
| Event Series | [ethevents](https://github.com/ethereumeg/ethevents-db) | `series:254` |
| Event | [ethevents](https://github.com/ethereumeg/ethevents-db) | `event:8a0` |

0 comments on commit c792269

Please sign in to comment.