{"id":22072631,"url":"https://github.com/broxus/ton-explorer-frontend","last_synced_at":"2025-07-24T11:30:41.973Z","repository":{"id":44441267,"uuid":"310104610","full_name":"broxus/ton-explorer-frontend","owner":"broxus","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-21T18:52:01.000Z","size":1203,"stargazers_count":7,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-05-09T18:37:25.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/broxus.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":"2020-11-04T19:58:43.000Z","updated_at":"2022-07-11T07:53:40.000Z","dependencies_parsed_at":"2022-07-15T17:00:44.927Z","dependency_job_id":null,"html_url":"https://github.com/broxus/ton-explorer-frontend","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Fton-explorer-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Fton-explorer-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Fton-explorer-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/broxus%2Fton-explorer-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/broxus","download_url":"https://codeload.github.com/broxus/ton-explorer-frontend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227432295,"owners_count":17775894,"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":"2024-11-30T21:14:03.977Z","updated_at":"2024-11-30T21:14:07.784Z","avatar_url":"https://github.com/broxus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## FreeTON Blockchain Explorer (frontend)\n\nURL: https://ton-explorer.com  \nBackend: https://github.com/broxus/ton-explorer-backend\n\n### Running in dev mode\n\n1. clone this repository\u003cbr/\u003e \n`git clone git@github.com:broxus/ton-explorer-frontend.git`  \n`cd ton-explorer-frontend`  \n2. install dependencies  \n`npm install`  \n3. (optional) edit settings in \n`ton-explorer-frontend/src/environments/environment.ts`  \n`rootUrl` - you backend url (see https://github.com/broxus/ton-explorer-backend)\n4. run application using `npm run start`\n5. open `http://localhost:4200/` in your browser\n\n### Generate services from swagger.yml\n1. (only once) install ng-openapi-gen ```npm install -g ng-openapi-gen```\n2. copy content of `%you_backend_url%/docs/docs.yaml` to `swagger.yml`\n3. run `ng-openapi-gen --input swagger.yml --output src/app/api` in project root\n\n### Build prod\n\n1. clone this repository\u003cbr/\u003e \n`git clone git@github.com:broxus/ton-explorer-frontend.git`  \n`cd ton-explorer-frontend`  \n2. install dependencies  \n`npm install`  \n3. edit settings in \n`ton-explorer-frontend/src/environments/environment.prod.ts`  \n`rootUrl` - you backend url (see https://github.com/broxus/ton-explorer-backend)\n`authBot` - you auth bot name, set it to null if you want to disable auth\n4. build `npm run build`\n5. copy contents of `dist` folder to your web-server. For example use nginx:\n```\nserver {\n  listen 80;\n  location / {\n    root /usr/share/nginx/html;\n    index index.html index.htm;\n    try_files $uri $uri/ /index.html =404;\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroxus%2Fton-explorer-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbroxus%2Fton-explorer-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroxus%2Fton-explorer-frontend/lists"}