{"id":18937344,"url":"https://github.com/usingblockchain/yourdlt-explorer","last_synced_at":"2025-10-11T23:39:40.918Z","repository":{"id":175685833,"uuid":"369142832","full_name":"UsingBlockchain/yourdlt-explorer","owner":"UsingBlockchain","description":"YourDLT Explorer: Distributed Ledgers with You","archived":false,"fork":false,"pushed_at":"2021-05-21T08:43:44.000Z","size":2462,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T15:53:00.102Z","etag":null,"topics":["blockchain","infrastructure"],"latest_commit_sha":null,"homepage":"https://explorer.yourdlt.tools","language":"Vue","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/UsingBlockchain.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-05-20T08:51:42.000Z","updated_at":"2021-05-21T08:43:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"d385dad5-7063-4b9a-a2e5-0c3d8973991a","html_url":"https://github.com/UsingBlockchain/yourdlt-explorer","commit_stats":null,"previous_names":["usingblockchain/yourdlt-explorer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/UsingBlockchain/yourdlt-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UsingBlockchain%2Fyourdlt-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UsingBlockchain%2Fyourdlt-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UsingBlockchain%2Fyourdlt-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UsingBlockchain%2Fyourdlt-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UsingBlockchain","download_url":"https://codeload.github.com/UsingBlockchain/yourdlt-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UsingBlockchain%2Fyourdlt-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009395,"owners_count":26084580,"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":["blockchain","infrastructure"],"created_at":"2024-11-08T12:10:50.675Z","updated_at":"2025-10-11T23:39:40.883Z","avatar_url":"https://github.com/UsingBlockchain.png","language":"Vue","readme":"\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://yourdlt.tools/logo-yourdlt-192x192.png\" width=\"250\"\u003e\u003c/p\u003e\n\n# YourDLT Explorer\n\n[![npm-badge][npm-badge]][npm-url]\n[![dl-badge][dl-badge]][npm-url]\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nYourDLT Explorer is a read-only web application to browse the content of YourDLT and Symbol blockchain networks including: Symbol Mainnet, Symbol Testnet, dHealth Public Network and dHealth Testnet.\nThis software supports searching for transactions, accounts, namespaces, mosaics, nodes and blocks information on a given network.\n\n- [Installation](#installation)\n- [Developers](#developers)\n- [Sponsor Us](#sponsor-us)\n- [Disclaimer](#disclaimer)\n- [Licensing](#license)\n\n## Installation\n\nYourDLT Explorer is available as a web application that you can host locally or on a VPS.\n\n1. Download YourDLT Explorer from the [Github repository][self].\n\n2. Install the required dependencies with `npm install`.\n\n3. Run the web application with `npm run prod` or `npm run dev`.\n\n4. Visit http://localhost:8080/#/ in your browser.\n\nFollowing suite of commands illustrates the installation and first run of YourDLT Explorer:\n\n```\n$ git clone https://github.com/UsingBlockchain/yourdlt-explorer\n$ cd yourdlt-explorer\n$ npm install\n$ npm run dev\n```\n\n## Developers\n\n### Requirements\n\n- [Node 10+](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04)\n\nValidate your environment by running:\n\n```bash\nnode -v\n```\n\n### Building\n\nDevelopers can use this software and build awesome new features. Pull requests are very much appreciated.\n\n1. Clone the project.\n\n```\ngit clone https://github.com/UsingBlockchain/yourdlt-explorer.git\n```\n\n2. Install the dependencies.\n```\ncd yourdlt-explorer\nnpm install \n```\n\n3. Start the development server.\n\n```\nnpm run dev \n```\n\n4. Visit http://localhost:8080/#/ in your browser.\n\n### Deploying\n\nYou can deploy this web application on any VPS with Node JS 10+ support. Use the following instructions to start a web server inside a daemon docker container:\n\n```bash\n$ cd /opt/yourdlt\n$ git clone https://github.com/UsingBlockchain/yourdlt-explorer.git\n$ cd yourdlt-explorer\n$ docker build -t explorer-0 .\n$ docker run -d -p 80:80 explorer-0\n```\n\n:warning: The attached `Dockerfile` **exposes port 80** for any source (i.e. `0.0.0.0:80-\u003e80/tcp`).\n\n### Notes\n\n#### Architecture\n\n* `/src/config`: Handles the explorer configuration.\n* `/src/infrastructure`: Handles the API / SDK request from Symbol nodes.\n* `/src/store`: Handles the application logic with state management.\n* `/src/views`: Handles the UI of the explorer.\n\n#### How to change the node list\n\nThe file `/src/config/default.json` contains the node list shown in the node selector dropdown.\n\n1. Edit `peersApi.nodes` array to set up the custom node list.\n2. Set `peersApi.defaultNode` property to the default node url.\n\n## Sponsor us\n\n| Platform | Sponsor Link |\n| --- | --- |\n| Paypal | [https://paypal.me/usingblockchainltd](https://paypal.me/usingblockchainltd) |\n| Patreon | [https://patreon.com/usingblockchainltd](https://patreon.com/usingblockchainltd) |\n| Github | [https://github.com/sponsors/UsingBlockchain](https://github.com/sponsors/UsingBlockchain) |\n| :coffee: :coffee: :coffee: | [https://www.buymeacoffee.com/UBCDigital](https://www.buymeacoffee.com/UBCDigital) |\n\n## Disclaimer\n\n  *The author of this package cannot be held responsible for any loss of money or any malintentioned usage forms of this package. Please use this package with caution.*\n\n  *Our software contains links to the websites of third parties (“external links”). As the content of these websites is not under our control, we cannot assume any liability for such external content. In all cases, the provider of information of the linked websites is liable for the content and accuracy of the information provided. At the point in time when the links were placed, no infringements of the law were recognisable to us..*\n\n## License\n\nCopyright 2019-2020 NEM.\nCopyright 2021-present [Using Blockchain Ltd][ref-ltd], All rights reserved.\n\nLicensed under the [Apache License 2.0](LICENSE)\n\n[self]: https://github.com/UsingBlockchain/yourdlt-explorer\n[ref-ltd]: https://using-blockchain.org\n[npm-url]: https://www.npmjs.com/package/yourdlt-explorer\n[npm-badge]: https://img.shields.io/npm/v/yourdlt-explorer\n[dl-badge]: https://img.shields.io/npm/dt/yourdlt-explorer\n","funding_links":["https://paypal.me/usingblockchainltd","https://patreon.com/usingblockchainltd","https://github.com/sponsors/UsingBlockchain","https://www.buymeacoffee.com/UBCDigital"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusingblockchain%2Fyourdlt-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusingblockchain%2Fyourdlt-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusingblockchain%2Fyourdlt-explorer/lists"}