copperbits / TON

Telegram Open Network research group. Telegram: https://t.me/ton_research
https://test.ton.org/download
GNU Lesser General Public License v2.1
152 stars 32 forks source link
blockchain research sharding telegram ton tutorial

TON Research

This is open development community and enthusiasts research place. We will post our news and updates this project there.


Table of contents

About source and github repositories

*There is no official statement that ton.org is related to the TON network. But this is only one real source of information and code at this moment.

ton.org

What we already did

๐Ÿ‘‰ pull request and suggestions are very welcome!

Client lunch

Installation & Setup

There are two options. By running Docker or precompiled binary for macOS below:

Docker

The easiest way to run the node in a docker container:

docker run -d copperbits/ton

You might want to run in interactive mode and mount current dir into the container to be able to compile fif files:

docker run -ti -v "$(pwd):/data" --name ton copperbits/ton

Compile a fif file (if your container is running and current dir is mounted):

docker exec ton fift test.fif

Releases

๐ŸmacOS

Lite Client Latest release

./lite-client -C ton-lite-client-test1.config.json

๐ŸงLinux

Tutorial

All educational thing we moved it to docs folder.

You will find here original readme, with additions of community-based tools and educational materials.

Contributing

All this information shipped by copperbits team and contributors :clap:

Contact us

Here is Telegam public group - feel free to ask any questions and proposals there :+1: