{"id":24489851,"url":"https://github.com/bluntbrain/redstone-blockchain-data-explorer","last_synced_at":"2026-01-02T16:09:51.092Z","repository":{"id":229505726,"uuid":"776909363","full_name":"bluntbrain/redstone-blockchain-data-explorer","owner":"bluntbrain","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-24T19:45:37.000Z","size":2338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T17:16:09.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluntbrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-24T19:21:39.000Z","updated_at":"2024-03-24T19:25:55.000Z","dependencies_parsed_at":"2024-03-24T20:41:04.351Z","dependency_job_id":null,"html_url":"https://github.com/bluntbrain/redstone-blockchain-data-explorer","commit_stats":null,"previous_names":["bluntbrain/redstone-blockchain-data-explorer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluntbrain%2Fredstone-blockchain-data-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluntbrain%2Fredstone-blockchain-data-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluntbrain%2Fredstone-blockchain-data-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluntbrain%2Fredstone-blockchain-data-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluntbrain","download_url":"https://codeload.github.com/bluntbrain/redstone-blockchain-data-explorer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243668921,"owners_count":20328171,"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","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":"2025-01-21T17:16:15.271Z","updated_at":"2026-01-02T16:09:51.054Z","avatar_url":"https://github.com/bluntbrain.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redstone Blockchain Data Explorer\n\n## Overview\nThis project provides a web-based interface to explore and display data from the Redstone Holesky Blockchain, specifically focusing on game data. Utilizing the Primodium Indexer for data retrieval, it features a PostgreSQL database for storage, a Node.js backend for data manipulation and API endpoints, and a simple frontend for user interaction.\n\n![Example GIF](demo.gif)\n\n### Features\n- Data retrieval from the Redstone Holesky Blockchain via Primodium Indexer.\n- PostgreSQL database integration for efficient data storage.\n- RESTful API endpoints for data access and manipulation.\n- Basic frontend for displaying blockchain game data.\n- Dynamic data querying based on game, player, and match.\n\n## Prerequisites\n- Node.js \n- PostgreSQL \n- Docker (For running the indexer and database)\n\n## Installation\n\n### Clone the Repository\n```bash\ngit clone https://github.com/bluntbrain/redstone-blockchain-data-explorer\ncd redstone-blockchain-data-explorer\n```\nInstall Dependencies\n```bash\nnpm install\n```\n\nDatabase Setup\nEnsure PostgreSQL is running and execute the following commands to set up your database:\n\n```bash\npsql -d postgres\nCREATE ROLE root SUPERUSER LOGIN;\n```\nRun the MudIndexer with Docker\nReplace environment variables as necessary.\n```bash\ndocker run --platform linux/amd64 -e 'DEBUG=mud:*' -e RPC_HTTP_URL=https://rpc.holesky.redstone.xyz -e RPC_WS_URL=wss://rpc.holesky.redstone.xyz/ws -e DATABASE_URL=postgres://host.docker.internal/postgres -e START_BLOCK=895629 -p 3001:3001 ghcr.io/latticexyz/store-indexer:latest pnpm start:postgres-decoded\n```\n\nRunning the Project\nStart the Backend Server\n```bash\nnode app.js\n```\n\nThis starts the backend server on http://localhost:3003. The API can be accessed at \n```bash\nhttp://localhost:3003/api\n```\n\nAccessing the Frontend\nOpen your web browser and navigate to http://localhost:3003 to interact with the frontend and explore blockchain game data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluntbrain%2Fredstone-blockchain-data-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluntbrain%2Fredstone-blockchain-data-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluntbrain%2Fredstone-blockchain-data-explorer/lists"}