{"id":21659015,"url":"https://github.com/nebulasio/explorer","last_synced_at":"2026-01-18T01:09:47.355Z","repository":{"id":38271655,"uuid":"116824892","full_name":"nebulasio/explorer","owner":"nebulasio","description":"Block Explorer of Nebulas","archived":false,"fork":false,"pushed_at":"2023-09-05T17:06:10.000Z","size":10090,"stargazers_count":109,"open_issues_count":52,"forks_count":89,"subscribers_count":37,"default_branch":"develop","last_synced_at":"2023-11-07T15:20:52.802Z","etag":null,"topics":["blockchain","explorer","nebulas"],"latest_commit_sha":null,"homepage":"https://explorer-flame.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nebulasio.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}},"created_at":"2018-01-09T14:15:12.000Z","updated_at":"2023-11-01T19:39:54.000Z","dependencies_parsed_at":"2023-01-24T01:15:14.877Z","dependency_job_id":null,"html_url":"https://github.com/nebulasio/explorer","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulasio%2Fexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulasio%2Fexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulasio%2Fexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nebulasio%2Fexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nebulasio","download_url":"https://codeload.github.com/nebulasio/explorer/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226305120,"owners_count":17603742,"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":["blockchain","explorer","nebulas"],"created_at":"2024-11-25T09:30:17.940Z","updated_at":"2026-01-18T01:09:47.350Z","avatar_url":"https://github.com/nebulasio.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Nebulas Blockchain Explorer\nA Java web app for users to explore and analyze the nebulas blockchain.\n\nIts frontend is a single page application using vuejs and its backend uses Spring.\n\nPlease visit https://explorer.nebulas.io/ to view all data in Nebulas.\n\n## Design Overview\n![Nebulas Explorer Design Overview](https://i.imgur.com/vEdztR4.jpg)\n\n### Explorer Frontend\nIt's a web app using [vuejs](https://vuejs.org/) serves as the presentation layer for the nebulas blockchain explorer.\n\nMore details at https://github.com/nebulasio/explorer/blob/develop/explorer-front/readme.md.\n\n### Explorer Backend\n1. Data access REST APIs\n\nExposes the REST APIs for frontend to get blockchain data.\n\n2. Data Loader\n\nLoads the blockchain data from Nebulas Node and transform and store the data in a way the frontend can consume.\n\n### MySQL\nData Storage for the loaded and transformed data.\n\n### Nebulas Node\nThe explorer make RPCs to [Nebulas nodes remote endpoints](https://github.com/nebulasio/wiki/blob/master/rpc.md) to load the blockchain data.\n\n# How to Contribute\n## Decide what to do\nAs a beginner, you may want to pick an issue from issues with **help wanted** or **good first issue** tag and make a pull request for your changes.\n\nAfter being more familiar with the explorer and the code, you can submit improvement ideas and work on those ideas.\n\n## Git workflow\n### Step 1: Clone git repo to your local\nYou can clone https://github.com/nebulasio/explorer.git and commit to it if you are a key contributor.\n\n```shell\ngit clone https://github.com/nebulasio/explorer.git\n```\n\nOr you can fork git clone https://github.com/nebulasio/explorer.git and clone your forked repo.\n\n### Step 2: Make some changes\n1. Create a new branch for your change, use prefix \"hotfix/\" for bug fix, \"feature/\" for feature.\n2. Make the change and commit with good commit message\n\n### Step 3: Get the change merged\n1. Push your local changes to remote repo\n2. Create the pull request if you are using forked repo\n3. Address review feedback and get the change merged\n\n# Environment Setup\n## Run the explorer frontend locally\n### Step 1: Install Node.js\n1. Install lastest node.js so you can execute 'npm' command by either downloading zip or installer from https://nodejs.org/en/download/ or via [package manager](https://nodejs.org/en/download/package-manager/)\n\n### Step 2: Build and Run\n```bash\n# install dependency\ncd explorer/explorer-front\nnpm i\n\n# run webpack dev build on localhost\nnpm run dev\n\n# open http://localhost:8080/ in browser\n# config port number in explorer-front/config/index.js!dev.port\n\n# run webpack production build, results will output to 'dist' folder\nnpm run build\n```\n\n## Run explorer backend locally\n### Step 1: Install JDK 8, MySQL and Redis\n* JDK 8: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html\n* MySQL ：https://www.mysql.com/\n* Redis ：https://redis.io/\n\n### Step 2: Build, Run and Stop\n```\ncd explorer/explorer-backend\nsource build-expl.sh\nsource start-expl.sh\nsource stop-expl.sh\n```\n\n# License\nThe Nebulas explorer uses [LGPL license](https://github.com/nebulasio/explorer/blob/develop/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebulasio%2Fexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebulasio%2Fexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebulasio%2Fexplorer/lists"}