|
15 | 15 | <a href="https://gitter.im/tronprotocol/allcoredev">
|
16 | 16 | <img src="https://camo.githubusercontent.com/da2edb525cde1455a622c58c0effc3a90b9a181c/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667">
|
17 | 17 | </a>
|
18 |
| - |
| 18 | + |
19 | 19 | <a href="https://travis-ci.org/tronprotocol/java-tron">
|
20 | 20 | <img src="https://travis-ci.org/tronprotocol/java-tron.svg?branch=develop">
|
21 | 21 | </a>
|
22 |
| - |
| 22 | + |
23 | 23 | <a href="https://codecov.io/gh/tronprotocol/java-tron">
|
24 | 24 | <img src="https://codecov.io/gh/tronprotocol/java-tron/branch/develop/graph/badge.svg" />
|
25 | 25 | </a>
|
26 |
| - |
| 26 | + |
27 | 27 | <a href="https://github.com/tronprotocol/java-tron/issues">
|
28 | 28 | <img src="https://img.shields.io/github/issues/tronprotocol/java-tron.svg">
|
29 | 29 | </a>
|
30 |
| - |
| 30 | + |
31 | 31 | <a href="https://github.com/tronprotocol/java-tron/pulls">
|
32 | 32 | <img src="https://img.shields.io/github/issues-pr/tronprotocol/java-tron.svg">
|
33 | 33 | </a>
|
34 |
| - |
35 |
| - <a href="https://github.com/tronprotocol/java-tron/graphs/contributors"> |
| 34 | + |
| 35 | + <a href="https://github.com/tronprotocol/java-tron/graphs/contributors"> |
36 | 36 | <img src="https://img.shields.io/github/contributors/tronprotocol/java-tron.svg">
|
37 | 37 | </a>
|
38 |
| - |
| 38 | + |
39 | 39 | <a href="LICENSE">
|
40 | 40 | <img src="https://img.shields.io/github/license/tronprotocol/java-tron.svg">
|
41 | 41 | </a>
|
|
52 | 52 |
|
53 | 53 | ## What's TRON?
|
54 | 54 |
|
55 |
| -TRON is a project dedicated to building the infrastructure for a truly decentralized Internet. |
56 |
| - |
| 55 | +TRON is a project dedicated to building the infrastructure for a truly decentralized Internet. |
57 | 56 |
|
58 |
| -* Tron Protocol, one of the largest blockchain based operating systems in the world, offers scalable, high-availability and high-throughput support that underlies all the decentralized applications in the TRON ecosystem. |
| 57 | +* Tron Protocol, one of the largest blockchain-based operating systems in the world, offers scalable, high-availability and high-throughput support that underlies all the decentralized applications in the TRON ecosystem. |
59 | 58 |
|
60 |
| -* Tron Virtual Machine (TVM) allow anyone to develop decentralized applications (DAPPs) for themselves or their communities with smart contracts thereby making decentralized crowdfunding and token issuance easier than ever. |
| 59 | +* Tron Virtual Machine (TVM) allows anyone to develop decentralized applications (DAPPs) for themselves or their communities with smart contracts thereby making decentralized crowdfunding and token issuance easier than ever. |
61 | 60 |
|
62 |
| -TRON enables large-scale development and engagement. With over 2000 transactions per second (TPS), high concurrency, low latency and massive data transmission. It is ideal for building decentralized entertainment applications. Free features and incentive systems allow developers to create premium app experiences for users. |
| 61 | +TRON enables large-scale development and engagement. With over 2000 transactions per second (TPS), high concurrency, low latency, and massive data transmission. It is ideal for building decentralized entertainment applications. Free features and incentive systems allow developers to create premium app experiences for users. |
63 | 62 |
|
64 | 63 | # Quick Start
|
65 |
| -This guide walks the user through the TRON Quickstart (v2.0.0) image setup. |
| 64 | +This guide walks the user through the TRON Quickstart (v2.0.0) image setup. |
66 | 65 | [TRON Quick Start](./quickstart.md)
|
67 | 66 |
|
68 | 67 | # Deploy
|
69 |
| -* [Build](./build.md) Please build java-tron after cloning the project |
70 |
| -* [Run](./run.md) Run java-tron |
| 68 | +* [Build](./build.md) Please build java-tron after cloning the project |
| 69 | +* [Run](./run.md) Run java-tron |
71 | 70 |
|
72 | 71 | # Deployment
|
73 |
| -This guide walks the user through how to deploy a Fullnode, Solidity node and SR node. |
74 |
| -[https://tronprotocol.github.io/documentation-en/developers/deployment/](https://tronprotocol.github.io/documentation-en/developers/deployment/) |
| 72 | +[Deployment Guide](https://tronprotocol.github.io/documentation-en/developers/deployment/) |
| 73 | + walks the user through how to deploy a FullNode and an SR node. |
75 | 74 |
|
76 | 75 | # Channel
|
77 |
| -This is Tron's official discord channel, please join this channel if you have any questions. |
78 |
| -[Tron Developers & SRs](https://discord.gg/hqKvyAM) |
| 76 | +[Tron Developers & SRs](https://discord.gg/hqKvyAM) is Tron's official Discord channel. Feel free to join this channel if you have any questions. |
79 | 77 |
|
80 |
| -A telegram channel for java-tron community developers, if you want to contribute to java-tron, please join this channel. |
81 |
| -[Core Devs Community telegram](https://t.me/troncoredevscommunity) |
| 78 | +[Core Devs Community](https://t.me/troncoredevscommunity) is the Telegram channel for java-tron community developers. If you want to contribute to java-tron, please join this channel. |
| 79 | + |
| 80 | +[tronprotocol/allcoredev](https://gitter.im/tronprotocol/allcoredev) is the official Gitter channel for developers. |
82 | 81 |
|
83 | 82 | # Contribution
|
84 |
| -If you'd like to contribute to java-tron, please follow below. |
85 |
| -[Contribution](./CONTRIBUTING.md) |
86 |
| -[Community Developers Incentives Programme](./CONTRIBUTING.md#community-developers-incentives-programme) |
| 83 | +If you'd like to contribute to java-tron, please read the following instructions. |
| 84 | + |
| 85 | +- [Contribution](./CONTRIBUTING.md) |
| 86 | +- [Community Developers Incentives Programme](./CONTRIBUTING.md#community-developers-incentives-programme) |
87 | 87 |
|
88 | 88 | # Resources
|
89 |
| -* [Medium](https://medium.com/@coredevs) java-tron's official technical articles are published there. |
90 |
| -* [Documentation](https://tronprotocol.github.io/documentation-en/introduction/) java-tron's official technical documentation website. |
| 89 | +* [Medium](https://medium.com/@coredevs) java-tron's official technical articles are published there. |
| 90 | +* [Documentation](https://tronprotocol.github.io/documentation-en/introduction/) java-tron's official technical documentation website. |
91 | 91 | * [Test network](http://nileex.io/) A stable test network of TRON contributed by TRON community.
|
92 |
| -* [Tronscan](https://tronscan.org/#/) TRON network blockchain browser. |
| 92 | +* [Tronscan](https://tronscan.org/#/) TRON network blockchain browser. |
93 | 93 | * [Wallet-cli](https://github.com/tronprotocol/wallet-cli) TRON network wallet using command line.
|
94 |
| -* [TIP](https://github.com/tronprotocol/tips) TRON Improvement Proposal (TIP) describes standards for the TRON network. |
95 |
| -* [TP](https://github.com/tronprotocol/tips/tree/master/tp) TRON Protocol (TP) describes standards already implemented in TRON network but not published as a TIP. |
96 |
| -* [White Paper](https://tron.network/resources?lng=&name=1) White paper of TRON network. |
| 94 | +* [TIP](https://github.com/tronprotocol/tips) TRON Improvement Proposal (TIP) describes standards for the TRON network. |
| 95 | +* [TP](https://github.com/tronprotocol/tips/tree/master/tp) TRON Protocol (TP) describes standards already implemented in TRON network but not published as a TIP. |
| 96 | +* [White Paper](https://tron.network/resources?lng=&name=1) White paper of TRON network. |
97 | 97 |
|
98 | 98 | # License
|
99 |
| -java-tron is released under the [LGPL-V3 license](https://github.com/tronprotocol/java-tron/blob/master/LICENSE). |
| 99 | +java-tron is released under the [LGPLv3 license](https://github.com/tronprotocol/java-tron/blob/master/LICENSE). |
0 commit comments