This repository contains pre-built binaries for TON from the official source code in ton-blockchain/ton repo:
- light client
- full node
- validator
- fift and func compilers and libraries
- adnl, dht, and other utilities
Binaries are built for OS X, Linux, Windows (WIP), and Docker.
Download from the releases page
Docker image is poma/ton on docker hub
You'll need to install following dependencies before using:
apt-get install -y openssl libreadline7
brew install openssl readline
This repository contains only the build scripts, the main source code is in the official repo
The binaries are built on a public CI server. Both Travis and Docker hub provide verifiable builds with public logs, git commit hash, and build config snapshot, so unless Travis CI itself is malicious it's easy to verify that build was done using original source from ton-blockchain/ton
repo without any modifications.
You can access build logs at Travis and Docker hub webistes
For more info on TON visit Awesome TON page