{"id":42645763,"url":"https://github.com/mhbdev/ton-tools-docker","last_synced_at":"2026-01-29T06:40:08.492Z","repository":{"id":315496180,"uuid":"1059748353","full_name":"mhbdev/ton-tools-docker","owner":"mhbdev","description":"A bunch of ton tools and utils from ton blockchain source code dockerized","archived":false,"fork":false,"pushed_at":"2025-09-18T22:26:46.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-19T00:40:08.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/mhbdev.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T22:18:56.000Z","updated_at":"2025-09-18T22:26:50.000Z","dependencies_parsed_at":"2025-09-19T00:40:10.789Z","dependency_job_id":"b6d944eb-d2ad-4898-9c2c-cdf0471c933f","html_url":"https://github.com/mhbdev/ton-tools-docker","commit_stats":null,"previous_names":["mhbdev/ton-tools-docker"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mhbdev/ton-tools-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbdev%2Fton-tools-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbdev%2Fton-tools-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbdev%2Fton-tools-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbdev%2Fton-tools-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhbdev","download_url":"https://codeload.github.com/mhbdev/ton-tools-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhbdev%2Fton-tools-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28867110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T05:56:06.453Z","status":"ssl_error","status_checked_at":"2026-01-29T05:55:57.668Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-29T06:40:05.580Z","updated_at":"2026-01-29T06:40:08.463Z","avatar_url":"https://github.com/mhbdev.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TON Tools Docker Image \nThis repository provides the necessary files to build a minimal, clean Docker image containing essential command-line tools for The Open Network (TON).\n\nThe image is built using a multi-stage Dockerfile to ensure the final image is lightweight, containing only the compiled binaries and their necessary runtime dependencies. The image is automatically built and published to Docker Hub.\n\n# What's Inside?\nThis image is based on ubuntu:20.04 and includes the following compiled tools from the official [ton-blockchain/ton](https://github.com/ton-blockchain/ton.git) repository:\n\n`rldp-http-proxy` and\n`generate-random-id`\n\n# Usage\nPull from Docker Hub\nThe easiest way to use the image is to pull it directly from Docker Hub:\n\n`docker pull mhbdev/ton-tools:latest`\n\nRun a Command\nYou can run any tool included in the image using docker run. The --rm flag is recommended to automatically clean up the container after the command exits.\n\nExample: Generate a random ID\n\n`docker run --rm mhbdev/ton-tools:latest generate-random-id`\n\nBuilding the Image Locally\nIf you want to build the image yourself, you can clone this repository and use the provided Docker Compose file.\n\n# Prerequisites\n- Docker\n- Docker Compose (usually included with Docker Desktop)\n\n# Build Command\nThe docker-compose.yml file is configured to build and tag the image correctly.\n\n# From the root of the project directory\n`docker-compose -f docker-compose.yml build`\n\nThis command will execute the build process defined in Dockerfile and create a local image tagged as `mhbdev/ton-tools:latest.`\n\n# About the Dockerfile\nThe Dockerfile uses a multi-stage build to keep the final image as small as possible.\n\n* Stage 1 (ton-builder): This stage sets up a complete build environment. It installs cmake, clang, git, and all other dependencies required to compile the TON tools from the source code.\n\n* Stage 2 (Final Image): This stage starts from a fresh ubuntu:20.04 base. It installs only the essential runtime libraries needed by the TON tools. The compiled binaries from the ton-builder stage are then copied into the final image. This approach avoids including the build tools and source code in the final, distributable image, making it smaller and more secure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhbdev%2Fton-tools-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhbdev%2Fton-tools-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhbdev%2Fton-tools-docker/lists"}