{"id":31619286,"url":"https://github.com/multiversx/mx-explorer-dapp","last_synced_at":"2025-10-06T14:04:34.199Z","repository":{"id":205263243,"uuid":"688953693","full_name":"multiversx/mx-explorer-dapp","owner":"multiversx","description":"Blockchain Explorer for the MultiversX Network, a highly scalable, fast and secure blockchain platform for distributed apps, enterprise use cases and the new internet economy.","archived":false,"fork":false,"pushed_at":"2025-09-26T13:32:29.000Z","size":18166,"stargazers_count":10,"open_issues_count":2,"forks_count":23,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-26T14:32:17.949Z","etag":null,"topics":["block","blockchain","explorer","multiversx","transaction"],"latest_commit_sha":null,"homepage":"https://explorer.multiversx.com","language":"TypeScript","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/multiversx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2023-09-08T13:06:45.000Z","updated_at":"2025-09-26T12:24:21.000Z","dependencies_parsed_at":"2024-03-25T14:42:50.222Z","dependency_job_id":"b441ca04-7104-47b1-9d76-07344e06b5a3","html_url":"https://github.com/multiversx/mx-explorer-dapp","commit_stats":null,"previous_names":["multiversx/mx-explorer-dapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/multiversx/mx-explorer-dapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-explorer-dapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-explorer-dapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-explorer-dapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-explorer-dapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multiversx","download_url":"https://codeload.github.com/multiversx/mx-explorer-dapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-explorer-dapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278621844,"owners_count":26017253,"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-06T02:00:05.630Z","response_time":65,"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":["block","blockchain","explorer","multiversx","transaction"],"created_at":"2025-10-06T14:02:58.470Z","updated_at":"2025-10-06T14:04:34.194Z","avatar_url":"https://github.com/multiversx.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MultiversX Explorer\n\n![explorer.multiversx.com](https://github.com/multiversx/mx-explorer-dapp/blob/main/public/share.jpg)\n\nThis project was bootstrapped with [Vite](https://vitejs.dev/guide/).\n\n## Tests\n [![E2E tests](https://github.com/multiversx/mx-explorer-dapp/actions/workflows/pre-merge-main-e2e-tests.yml/badge.svg)](https://github.com/multiversx/mx-explorer-dapp/actions/workflows/pre-merge-main-e2e-tests.yml)\n\n## Deployments\n\n[![deploy-devnet](https://github.com/multiversx/mx-explorer-dapp/actions/workflows/deploy-devnet.yml/badge.svg)](https://github.com/multiversx/mx-explorer-dapp/actions/workflows/deploy-devnet.yml)\n[![deploy-testnet](https://github.com/multiversx/mx-explorer-dapp/actions/workflows/deploy-testnet.yml/badge.svg)](https://github.com/multiversx/mx-explorer-dapp/actions/workflows/deploy-testnet.yml)\n\n## Requirements\n\n- a `git` client installed\n- `nodejs` (v18.19.0 LTS), `npm` and `yarn` installed\n- optional, but useful: an IDE (Visual Code for example)\n\n## Quick start\n\n1. run `yarn` in the project directory.\n2. run `npm run start-devnet` fot the `Devnet` network.\n3. optionally make edits to `networks` or other configurations found in newly created `index.ts` in the `src/config` folder.\n\n- One can use any of the existing network setups by running one of the `npm run start-*` scripts available in the `package.json` file.\n- Or, alternatively copy one of the config files ( for ex. `/src/config/config.devnet.ts` ) to a new file `/src/config/index.ts`\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n### `npm run start`\n\nRuns the app in the development mode.\nOpen [http://localhost:3002](http://localhost:3002) to view it in the browser.\n\nThe page will reload if you make edits.\nYou will also see any lint errors in the console.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\nYour app is ready to be deployed!\n\nSee the section about [deployment](https://vitejs.dev/guide/static-deploy.html#building-the-app) for more information.\n\n### `npm run prepare-free-icons`\n\nUse the Free version of the Fontawesome Icons ( used by default ) ( no paid plan necessary )\n\n### `npm run prepare-pro-icons`\n\nPrepare the Pro version of the Fontawesome Icons ( a paid plan for Fontawesome is needed )\nIf you already have a fontawesome accessToken, you will either have to either:\n\n- set a `.npmrc` file with only the `_authToken`, without the `registry` ( the `.npmrc` file is already added in the `.gitignore` file)\n- run `npm config set \"//npm.fontawesome.com/:_authToken\" FONT-AWESOME-PACKAGE-TOKEN`\n\nSee more on Fontawesome's [Using A Package Manager](https://fontawesome.com/docs/web/setup/packages) page.\n\n## Learn More\n\nYou can learn more in the [Vite documentation](https://vitejs.dev/).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n## Roadmap\n\nSee the [open issues](https://github.com/multiversx/mx-explorer-dapp/issues) for a list of proposed features (and known issues).\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nOne can contribute by creating _pull requests_, or by opening _issues_ for discovered bugs or desired features.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request to the `development` branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultiversx%2Fmx-explorer-dapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultiversx%2Fmx-explorer-dapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultiversx%2Fmx-explorer-dapp/lists"}