All Projects → toozwu → TONBUS

toozwu / TONBUS

Licence: other
Telegram Open Network(TON)中文社区。Telegram 群组:https://t.me/ton_china

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
CMake
9771 projects
c
50402 projects - #5 most used programming language
PHP
23972 projects - #3 most used programming language
GLSL
2045 projects

Projects that are alternatives of or similar to TONBUS

Dble Docs Cn
Documents for dble in Chinese
Stars: ✭ 80 (+433.33%)
Mutual labels:  sharding
Redis Resharding Proxy
Redis Resharding Proxy
Stars: ✭ 168 (+1020%)
Mutual labels:  sharding
Pyquarkchain
Python implementation of QuarkChain
Stars: ✭ 194 (+1193.33%)
Mutual labels:  sharding
Mosaic Contracts
Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
Stars: ✭ 119 (+693.33%)
Mutual labels:  sharding
Libring
A fast consistent hash ring implementation in Elixir
Stars: ✭ 162 (+980%)
Mutual labels:  sharding
Kahip
KaHIP -- Karlsruhe HIGH Quality Partitioning.
Stars: ✭ 180 (+1100%)
Mutual labels:  sharding
Cetus
Cetus is a high performance middleware that provides transparent routing between your application and any backend MySQL Servers.
Stars: ✭ 1,199 (+7893.33%)
Mutual labels:  sharding
Shardingsphere Elasticjob Cloud
Stars: ✭ 248 (+1553.33%)
Mutual labels:  sharding
Mongo Cluster Docker
Docker compose config for mongodb cluster
Stars: ✭ 165 (+1000%)
Mutual labels:  sharding
Sharding Method
分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高
Stars: ✭ 188 (+1153.33%)
Mutual labels:  sharding
Lealone
极具创新的面向微服务和 OLTP/OLAP 场景的单机与分布式关系数据库
Stars: ✭ 1,802 (+11913.33%)
Mutual labels:  sharding
Ton
Telegram Open Network research group. Telegram: https://t.me/ton_research
Stars: ✭ 146 (+873.33%)
Mutual labels:  sharding
Django Sharding
A sharding library for Django
Stars: ✭ 184 (+1126.67%)
Mutual labels:  sharding
Redis Tools
my tools working with redis
Stars: ✭ 104 (+593.33%)
Mutual labels:  sharding
Activerecord Turntable
ActiveRecord Sharding Plugin
Stars: ✭ 206 (+1273.33%)
Mutual labels:  sharding
Cypress Parallel
Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
Stars: ✭ 78 (+420%)
Mutual labels:  sharding
Rekord
A javascript REST ORM that is offline and real-time capable
Stars: ✭ 171 (+1040%)
Mutual labels:  sharding
routing4db
Simple Database Routing and Shard Framework
Stars: ✭ 16 (+6.67%)
Mutual labels:  sharding
Octopus
Database Sharding for ActiveRecord
Stars: ✭ 2,496 (+16540%)
Mutual labels:  sharding
Star Zone
⭐星座空间App(社交类App)项目源码,包括Java后台、Android、管理后台的代码。自主研发了数据库分表、token权限认证
Stars: ✭ 189 (+1160%)
Mutual labels:  sharding

TON 中文社区——TONBUS 运营

Telegram Open Network(TON) 是 Telegram 的区块链项目。官方通过邮件定向邀请了部分开发者内测。TONBUS 是被邀请的开发者,本库里的文件为官方06.09更新的 Source。

TON 时间线:

  • 2020年2月6日,公布TON 公布 BFT 共识算法——Catchain(猫链)
  • 2019年10月31日 前上线 TON 主网(推出到2020年4月底)
  • 今天
  • 2019年9月6日 开放全节点
  • 2019年8月10日,TON 社区在上海举办第一场 MEETUP。
  • 2019年8月6日,TON 社区和 Bgogo 社区达成合作。
  • 2019年8月3日,TON 社区和无涯社区的AMA about TON whitepaper.
  • 2019年7月29日,TON 社区和 CoinEx 社区的AMA about TON whitepaper.
  • 2019年7月20日,TON 社区和 CoinBene 社区的AMA about TON whitepaper.
  • 2019年7月15日,TON 社区和 TONBUS 社区的AMA about TON whitepaper.
  • 2019年7月10日,TON 社区和 Real Satoshi 社区的AMA about TON whitepaper.
  • 2019年7月10日,TON 社区和 BiHODL 社区的AMA about TON whitepaper.
  • 2019年7月10日,日本 Liquid 交易所进行 IOU/IEO(个人投资者份额转让);转让价格:3.5美金
  • 2019年7月8日,BISS 币市交易所 Listing GRAM。TON 社区和 BISS 社区的AMA about TON whitepaper.
  • 2019年4月轻节点代码开放,邮件邀请内测。
  • 2018年1月第二笔投资,1.03USD价格半公开+数字货币投资机构。
  • 2017年12月第一笔投资,0.37USD价格,传统机构投资者。

TONBUS Instruction

Installation

If you are windows user, you can build docker container using our dockerfile

  1. Download docker desktop

  2. Download TONBUS project from our repository (please star us :P if you like it)

  3. Enter TONBUS main directory

  4. Run the following command in your powershell

    build docker images

    docker build . -t tonbus
    

    find the image id you just built

    docker images
    

    enter your docker container

    docker run -it -v "$(pwd):/data" <docker image id>
    

    set fift env variable

    export FIFTPATH=/data/lite-client/crypto/fift/lib
    

If you are Mac user, you still use docker or your local system

  1. Download TONBUS project from our repository (please star us :P if you like it)

  2. Enter TONBUS main directory

  3. Run the following command in your powershell

    set fift env variable

    export FIFTPATH=<source path>/lite-client/crypto/fift/lib
    

Test Network Instruction

  1. Enter test-network-run directory

  2. Start TON client

    ./lite-client -C ton-lite-client-test1.config.json
    
  3. Create a new wallet Pre-compile wallet code

    ./fift new-wallet.fif
    

    Deploy smart contract

    ./lite-client -C ton-lite-client-test1.config.json
    sendfile new-wallet-query.boc
    last
    getaccount -1:<your account address>
    
  4. Get some grams from faucet

    Edit testgiver.fif to your account address and faucet sequence number

    Pre-compile test giver code

    ./fift testgiver.fif
    ./lite-client -C ton-lite-client-test1.config.json
    sendfile wallet-query.boc
    last
    getaccount -1:8156775b79325e5d62e742d9b96c30b6515a5cd2f1f64c5da4b193c03f070e0d
    getaccount -1:<your account address>
    
  5. Transfer some funds to other account

    Pre-compile transaction code

    ./fift send-transaction.fif
    ./lite-client -C ton-lite-client-test1.config.json
    sendfile new-wallet-send-transaction-query.boc
    last
    getaccount -1:<your account address>
    
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].