Telegram Open Network(TON) 是 Telegram 的区块链项目。官方通过邮件定向邀请了部分开发者内测。TONBUS 是被邀请的开发者,本库里的文件为官方06.09更新的 Source。
- TON Website: test.ton.org
- TON 中文社区 Telegram 讨论组:https://t.me/ton_china
- TON 中文社区 Telegram CN Channel:https://t.me/tonbus
- TON 中文社区 微信讨论组:(加微信:toozwu,备注 TON 开发)
- TON 中文社区 微博:@TON中文社区
- TON 中文白皮书:https://mp.weixin.qq.com/s/WLlD088acBDfjUM4bCEd0A 译者:@吴泰_tooz
- Github:https://github.com/opeakt/TONBUS 看到这里请记得给我们点个 Star ✨ 哦~~谢谢
- 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价格,传统机构投资者。
-
Download docker desktop
-
Download TONBUS project from our repository (please star us :P if you like it)
-
Enter TONBUS main directory
-
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
-
Download TONBUS project from our repository (please star us :P if you like it)
-
Enter TONBUS main directory
-
Run the following command in your powershell
set fift env variable
export FIFTPATH=<source path>/lite-client/crypto/fift/lib
-
Enter test-network-run directory
-
Start TON client
./lite-client -C ton-lite-client-test1.config.json
-
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>
-
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>
-
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>