All Projects → copperbits → Ton

copperbits / Ton

Licence: lgpl-2.1
Telegram Open Network research group. Telegram: https://t.me/ton_research

Projects that are alternatives of or similar to Ton

Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+187.67%)
Mutual labels:  blockchain, tutorial
Voting Blockchain
A simple blockchain-based voting system application built from scratch by Python. It's available for running with multipeer.
Stars: ✭ 26 (-82.19%)
Mutual labels:  blockchain, tutorial
Eattheblocks
Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
Stars: ✭ 431 (+195.21%)
Mutual labels:  blockchain, tutorial
Harmony
The core protocol of harmony
Stars: ✭ 351 (+140.41%)
Mutual labels:  blockchain, sharding
Bot Telegram
Exemplo de como criar um BOT para o melhor app de mensagens do mundo: Telegram.
Stars: ✭ 53 (-63.7%)
Mutual labels:  tutorial, telegram
Userge
Userge, Durable as a Serge
Stars: ✭ 363 (+148.63%)
Mutual labels:  tutorial, telegram
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+416.44%)
Mutual labels:  blockchain, tutorial
Heroes Service
Short tutorial to build a blockchain application in Go with Hyperledger Fabric
Stars: ✭ 248 (+69.86%)
Mutual labels:  blockchain, tutorial
Learn Solidity
Code base for "Learn Solidity: Programming Language for Ethereum Smart Contracts" course in Tosh Academy & Blockchain Council
Stars: ✭ 44 (-69.86%)
Mutual labels:  blockchain, tutorial
Blockchaindemo
A simple demo for Blockchain in Swift
Stars: ✭ 44 (-69.86%)
Mutual labels:  blockchain, tutorial
Cryptozombies Lesson Code
cryptozomebie lesson code
Stars: ✭ 301 (+106.16%)
Mutual labels:  blockchain, tutorial
Mosaic Contracts
Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
Stars: ✭ 119 (-18.49%)
Mutual labels:  blockchain, sharding
Basic Blockchain Programming
Sample code from my blog series "Basic blockchain programming".
Stars: ✭ 282 (+93.15%)
Mutual labels:  blockchain, tutorial
Telegram Tutorial
Уроки по написанию своих Telegram-ботов
Stars: ✭ 409 (+180.14%)
Mutual labels:  tutorial, telegram
Zerotoblockchain
Tutorial for Zero to Blockchain series
Stars: ✭ 272 (+86.3%)
Mutual labels:  blockchain, tutorial
Python blockchain app
A fully functional blockchain application implemented in Python from scratch (with tutorial).
Stars: ✭ 510 (+249.32%)
Mutual labels:  blockchain, tutorial
Blockchain Tutorial
🌾 A step-by-step blockchain tutorial in simplified Chinese
Stars: ✭ 2,081 (+1325.34%)
Mutual labels:  blockchain, tutorial
Pyquarkchain
Python implementation of QuarkChain
Stars: ✭ 194 (+32.88%)
Mutual labels:  blockchain, sharding
Chainspace Prototype
Chainspace is a distributed ledger platform for high-integrity and transparent processing of transactions within a decentralized system.
Stars: ✭ 41 (-71.92%)
Mutual labels:  blockchain, sharding
Awesome Ton
A curated list of awesome TON ecosystem 😎
Stars: ✭ 101 (-30.82%)
Mutual labels:  blockchain, telegram

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

  • Download latest release
  • Go to the command line, where binary placed
  • Run:
./lite-client -C ton-lite-client-test1.config.json
  • run help to get started

  • more detailed instruction you can find here.

🐧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 👏

Contact us

Here is Telegam public group - feel free to ask any questions and proposals there 👍

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].