{"id":16392045,"url":"https://github.com/mikeshultz/eips.exposed","last_synced_at":"2026-06-11T20:31:45.828Z","repository":{"id":264927350,"uuid":"891322320","full_name":"mikeshultz/eips.exposed","owner":"mikeshultz","description":"EIP and ERC Ethereum design document explorer","archived":false,"fork":false,"pushed_at":"2025-01-23T20:12:51.000Z","size":586,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T22:27:52.253Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://eips.exposed","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikeshultz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-20T05:58:17.000Z","updated_at":"2025-01-23T20:12:55.000Z","dependencies_parsed_at":"2024-11-29T01:15:58.046Z","dependency_job_id":null,"html_url":"https://github.com/mikeshultz/eips.exposed","commit_stats":null,"previous_names":["mikeshultz/eips.exposed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikeshultz/eips.exposed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeshultz%2Feips.exposed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeshultz%2Feips.exposed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeshultz%2Feips.exposed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeshultz%2Feips.exposed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikeshultz","download_url":"https://codeload.github.com/mikeshultz/eips.exposed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikeshultz%2Feips.exposed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34217312,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T04:48:18.964Z","updated_at":"2026-06-11T20:31:45.713Z","avatar_url":"https://github.com/mikeshultz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eips.exposed\n\nA Django app that handles ETL and Web application for [eips.exposed](https://eips.exposed/).\n\n## Development\n\n### Database Setup\n\nCreate the postgres DB:\n\n```psql\npostgres=# create user eips;\nCREATE ROLE\npostgres=# create database eips;\nCREATE DATABASE\npostgres=# grant all on database eips to eips;\nGRANT\npostgres=# \\connect eips\nYou are now connected to database \"eips\" as user \"postgres\".\npostgres=# grant all on schema public to eips;\nGRANT\n```\n\nRun the migrations:\n\n```\n$ python manage.py migrate\n```\n\n### TODO\n\nShort term informal TODO.\n\n- [X] Dockerfiles for services\n- [X] Docker compose for local dev\n- [X] Kubernetes helm charts and get ready for rollout\n- [X] Mobile support\n- [X] Add microdata for better sharing and search results\n- [X] Add sitemap.xml\n- [X] Get errors from python-eips and store in DB for reference and debugging\n- [X] Link original documents, and format discussion link\n- [ ] Handle deleted docs (e.g. ERC-1 leftover from EIP fork)\n- [ ] Add browsing/directory page? By type/category? Need further categorization first?\n- [ ] Figure out a way to intelligently understand what the author meant by `requires` (EIPs or ERCs)\n- [ ] Show commit history on document page\n- [ ] Serve documents by commit (`/eips/eip-20.html?commit=666deadbeef666`)\n- [ ] Add search to header on all pages\n- [ ] Finish up stats\n- [ ] Finish up JSON endpoints\n- [ ] Browser cache headers\n- [ ] Look into ingress-nginx caching options\n- [ ] Add document metrics (views, etc)\n- [ ] Consider adding support for SIWE-authed comments\n- [ ] Copy assets from repo to static file location and update references by django filter\n- [ ] Consider serving assets per-commit, so older docs still have their version of their assets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeshultz%2Feips.exposed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikeshultz%2Feips.exposed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikeshultz%2Feips.exposed/lists"}