{"id":31806773,"url":"https://github.com/eth-infinitism/aa-mkdocs","last_synced_at":"2025-10-11T03:49:48.088Z","repository":{"id":304049554,"uuid":"1017336220","full_name":"eth-infinitism/aa-mkdocs","owner":"eth-infinitism","description":"A community-curated mk-docs on ERC-4337 and Account Abstraction — covering specs, tools, infrastructure, and ecosystem initiatives","archived":false,"fork":false,"pushed_at":"2025-09-21T11:14:10.000Z","size":3923,"stargazers_count":11,"open_issues_count":0,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-21T13:08:49.389Z","etag":null,"topics":["account-abstraction","erc4337","ethereum"],"latest_commit_sha":null,"homepage":"https://docs.erc4337.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eth-infinitism.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-10T11:31:26.000Z","updated_at":"2025-09-21T11:17:37.000Z","dependencies_parsed_at":"2025-07-11T02:49:44.028Z","dependency_job_id":"fa90d224-9b46-47e0-a1e5-57de6c82e80f","html_url":"https://github.com/eth-infinitism/aa-mkdocs","commit_stats":null,"previous_names":["eth-infinitism/gitbook"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eth-infinitism/aa-mkdocs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-infinitism%2Faa-mkdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-infinitism%2Faa-mkdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-infinitism%2Faa-mkdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-infinitism%2Faa-mkdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eth-infinitism","download_url":"https://codeload.github.com/eth-infinitism/aa-mkdocs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-infinitism%2Faa-mkdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006108,"owners_count":26084026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["account-abstraction","erc4337","ethereum"],"created_at":"2025-10-11T03:49:47.131Z","updated_at":"2025-10-11T03:49:48.075Z","avatar_url":"https://github.com/eth-infinitism.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ERC-4337 Documentation\n\nThis repository contains the official documentation for ERC-4337 (Account Abstraction).\n\n## 🚀 Quick Start\n\n### Local Development\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/eth-infinitism/aa-mkdocs.git\n   cd aa-mkdocs\n   ```\n\n2. **Set up Python virtual environment:**\n   ```bash\n   python3 -m venv .venv\n   source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n   ```\n\n3. **Install dependencies:**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Serve locally:**\n   ```bash\n   mkdocs serve\n   ```\n   \n   Open http://127.0.0.1:8000 in your browser.\n\n### Building\n\nTo build the static site:\n\n```bash\nmkdocs build\n```\n\nThe built site will be in the `site/` directory.\n\n## 🏗️ Build \u0026 Deploy\n\nThis documentation is automatically built and deployed using:\n\n- **Cloudflare Pages** for hosting\n- **GitHub Actions** for CI/CD\n- **MkDocs Material** for the documentation framework\n\n### Cloudflare Pages Settings\n\n- **Build command:** `pip install -r requirements.txt \u0026\u0026 mkdocs build`\n- **Output directory:** `site`\n- **Python version:** 3.11\n- **PR Previews:** Enabled (automatic preview deployments for pull requests)\n\n### CI/CD\n\nThe repository includes GitHub Actions workflow (`.github/workflows/mkdocs-ci.yml`) that:\n- Runs on every pull request to `main`\n- Installs dependencies\n- Builds the documentation with strict mode\n- Blocks PRs if build fails\n\n## 🤝 Contributing\n\n### Development Workflow\n\n1. **Fork the repository** and create a feature branch\n2. **Make your changes** to the documentation\n3. **Test locally** with `mkdocs serve`\n4. **Create a pull request** - this will trigger:\n   - CI build validation\n   - Cloudflare Pages preview deployment\n5. **Review and merge** - changes will be automatically deployed to production\n\n### Guidelines\n\n- **No web editor** - all changes must be made via pull requests\n- **Test locally** before submitting PRs\n- **Follow Markdown best practices**\n- **Update navigation** in `mkdocs.yml` if adding new sections\n- **Use descriptive commit messages**\n\n## 🔗 Links\n\n- **Production site:** https://docs.erc4337.io\n- **Repository:** https://github.com/eth-infinitism/aa-mkdocs\n- **Issues:** https://github.com/eth-infinitism/aa-mkdocs/issues\n\n\n## 🛠️ Technology Stack\n\n- **MkDocs** - Static site generator\n- **Material for MkDocs** - Theme and features\n- **Python 3.11** - Runtime environment\n- **Cloudflare Pages** - Hosting and CDN\n- **GitHub Actions** - CI/CD pipeline\n\n---\n\n[![Build Status](https://github.com/eth-infinitism/aa-mkdocs/workflows/Build%20Docs/badge.svg)](https://github.com/eth-infinitism/aa-mkdocs/actions)\n\n# Trigger Pages deployment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feth-infinitism%2Faa-mkdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feth-infinitism%2Faa-mkdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feth-infinitism%2Faa-mkdocs/lists"}