{"id":34598769,"url":"https://github.com/selendra/explorer","last_synced_at":"2025-12-24T12:05:09.296Z","repository":{"id":37937053,"uuid":"475898981","full_name":"selendra/explorer","owner":"selendra","description":"A blocks explore for Selendra Blockchain","archived":false,"fork":false,"pushed_at":"2024-11-21T00:38:32.000Z","size":8212,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-21T01:27:54.509Z","etag":null,"topics":["blockchain","blockchain-explorer","blockchain-platform","selendra","substrate-node"],"latest_commit_sha":null,"homepage":"https://selendra.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selendra.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":"2022-03-30T13:47:23.000Z","updated_at":"2024-11-21T00:38:36.000Z","dependencies_parsed_at":"2024-11-05T03:24:18.756Z","dependency_job_id":"d1d259cc-633a-4976-8974-d389b67b1d4a","html_url":"https://github.com/selendra/explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/selendra/explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selendra%2Fexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selendra%2Fexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selendra%2Fexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selendra%2Fexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selendra","download_url":"https://codeload.github.com/selendra/explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selendra%2Fexplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28002250,"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-12-24T02:00:07.193Z","response_time":83,"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":["blockchain","blockchain-explorer","blockchain-platform","selendra","substrate-node"],"created_at":"2025-12-24T12:04:40.714Z","updated_at":"2025-12-24T12:05:09.290Z","avatar_url":"https://github.com/selendra.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selendra Explorer\n[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nBlock explorer for the Selendra Network featuring a SurrealDB backend, archive services, and REST API endpoints.\n\n## Quick Start\n\n### Prerequisites\n- Rust (latest stable)\n- Docker and Docker Compose\n- Git\n\n### Installation\n```bash\n# Clone and setup\ngit clone https://github.com/selendra/explorer.git\ncd explorer\ncp .env.example .env\n\n# Initialize and start services\n./scripts/init.sh            # Setup database\ncargo run -p archive-service -- evm --block # Start archive service\ncargo run -p explorer-api    # Start API server\n```\n\n## Core Components\n\n### Archive Service\nIndexes blockchain data into SurrealDB.\n\n```bash\n# Development\ncargo run -p archive-service -- \u003ccommand\u003e\n\n# EVM Services\ncargo run -p archive-service -- evm --account  # Archive EVM accounts\ncargo run -p archive-service -- evm --block    # Archive EVM blocks\n\n# Substrate Services\ncargo run -p archive-service -- substrate --account  # Archive Substrate accounts\ncargo run -p archive-service -- substrate --block    # Archive Substrate blocks\n\n# Production\ncargo build --release\n./target/release/archive-service \u003ccommand\u003e\n```\n\n### Explorer API\nREST API built with Actix-web.\n\n```bash\n# Development\ncargo run -p explorer-api\n\n# Production\ncargo build --release\n./target/release/explorer-api\n```\n\n### API Documentation\n- Swagger UI: http://localhost:8080/swagger-ui/index.html\n- OpenAPI Spec: http://localhost:8080/api-docs/openapi.json\n\n## Development\n\n### Project Structure\n```\nselendra-explorer/\n├── archive-service/ # Indexing service\n├── api/            # REST API\n├── scripts/        # Utilities\n├── docker/         # Docker configs\n├── db/             # Database\n├── rust-client/    # Blockchain clients\n├── config/         # Configuration\n└── data/           # Storage\n```\n\n### Build \u0026 Test\n```bash\n# Build\ncargo build            # Debug\ncargo build --release  # Production\n\n# Test\ncargo test            # All tests\ncargo test -p api     # Package specific\n```\n\n## Contributing\nSee [Contributing Guide](CONTRIBUTING.md) for guidelines and best practices.\n\n## Resources\n- [Website](https://selendra.org)\n- [GitHub](https://github.com/selendra/explorer)\n\n## License\n[Apache License 2.0](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselendra%2Fexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselendra%2Fexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselendra%2Fexplorer/lists"}