Skip to content

Commit

Permalink
Merge pull request #24 from IrKor/readme
Browse files Browse the repository at this point in the history
Put things in order in the "What we already did" added a Chinese article to README
  • Loading branch information
skywinder committed Jun 21, 2019
2 parents 86c5b56 + f6beb0d commit 2f77a67
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@ This is open development community and **enthusiasts research place**. We will p
---
## Table of contents:

<!-- toc -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [About source and github repositories](#about-source-and-github-repositories)
- [TON whitepapers:](#ton-whitepapers)
- [TON source code](#ton-source-code)
* [Source code check](#source-code-check)
- [Source code check](#source-code-check)
- [What we already did:](#what-we-already-did)
- [Future steps:](#future-steps)
- [Installation & Setup](#installation--setup)
- [Tutorial](#tutorial)
- [Contributing](#contributing)
- [Contact us](#contact-us)

<!-- tocstop -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## About source and github repositories
- http://test.ton.org/downloads.html - is the "official"* ton client tarball
Expand Down Expand Up @@ -49,18 +50,22 @@ Last codebase update was performed on June 5, 2019.`sha256sum('ton-test-liteclie
Run a command `./ton-test-liteclient-full/check_codebase.sh` while updating a codebase to be sure it's up-to-date

## What we already did:
- 🏗 Build lite client node: [First release](https://github.com/copperbits/TON/releases/tag/test-1)
- 🖥 Started Lite Client on macOS
- 📩 Explain, how to send transactions to TON network
- 🎓 Now we are [writing video tutorials](https://www.youtube.com/watch?v=J7K2nq5lf7I) / [writing manual for MacOS](/docs/Mac_tutorial.md) / FAQ / HOWTO how to use TON.
- 🐧 Added build instructions for [ubuntu 16.04](https://github.com/copperbits/TON/blob/master/docs/ubuntu16.04.sh)
- 🐳 Packaged lite client into [Docker](https://github.com/copperbits/TON#docker) container
- 👓 Launched a [beta explorer](https://explorer.test.ton.cryptoprocessing.io/) for test network
- 💸 Made a UI friendly [faucet for TON](https://faucet.copperbits.io/)
- 🔁 [Mirror with updates it builds binaries and docker container on any changes in source code](https://github.com/poma/ton-lite-client) updates any 5 minutes (former TON-mirror)
- 📣 Telegram bot post message about updates [here](https://t.me/ton_research) and [here](https://t.me/TrackingTONupdates) - with any new commits into original repo
-[Webserver](/docs/WEB_SERVER.md) wich realizes a web client for TON
- 🌐 [Public node](https://explorer.test.ton.cryptoprocessing.io/api) of [web client for TON](/docs/WEB_SERVER.md)
- 📖 Documentations:
- 🐧 Added build instructions for [ubuntu 16.04](https://github.com/copperbits/TON/blob/master/docs/ubuntu16.04.sh)
- 📩 Explain in [video on YouTube](https://www.youtube.com/watch?v=J7K2nq5lf7I) and [text on GitHub](/docs/Mac_tutorial.md), how to start Lite Client on macOS and send transactions to TON network
- 🇨🇳 Wrote an [article](https://mp.weixin.qq.com/s/WLlD088acBDfjUM4bCEd0A) about the TON in Chinese and began to translate [TON whitepaper into Сhinese](https://drive.google.com/file/d/1acH4j7zY_XhsOUGsup4byssMXlp5000O/view) (by toozWu)

- Helpful sources:
- 🏗 Build lite client node: [Latest release](https://github.com/copperbits/TON/releases/latest)
- 🐳 Packaged lite client into [Docker](https://github.com/copperbits/TON#docker) container
- 👓 Launched a [beta explorer](https://explorer.test.ton.cryptoprocessing.io/) for test network
- 💸 Made a UI friendly [faucet for TON](https://faucet.copperbits.io/)
- 🔁 Created [mirror with updates it builds binaries and docker container on any changes in source code](https://github.com/poma/ton-lite-client) updates any 5 minutes (former TON-mirror)
- 📣 Created Telegram bot post message about updates [here](https://t.me/ton_research) and [here](https://t.me/TrackingTONupdates) - with any new commits into original repo
- ✨ Created [Webserver](/docs/WEB_SERVER.md) which realizes a web client for TON
- 🌐 [Public node](https://explorer.test.ton.cryptoprocessing.io/api) of [web client for TON](/docs/WEB_SERVER.md)

- 🎓 Now we are writing video tutorials, writing manuals / FAQ / HOWTO how to use TON.

👉 _pull request and suggestions are **[very welcome](https://github.com/copperbits/TON/issues/new)**!_

Expand Down

0 comments on commit 2f77a67

Please sign in to comment.