|
7 | 7 | </h4> |
8 | 8 |
|
9 | 9 | <p align="center"> |
10 | | - <a href="https://gitter.im/tronprotocol/allcoredev"><img src="https://img.shields.io/gitter/room/tronprotocol/java-tron.svg"></a> |
| 10 | + <a href="https://discord.gg/hqKvyAM"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg"></a> |
11 | 11 | <a href="https://codecov.io/gh/tronprotocol/java-tron"><img src="https://codecov.io/gh/tronprotocol/java-tron/branch/develop/graph/badge.svg" /></a> |
12 | 12 | <a href="https://github.com/tronprotocol/java-tron/issues"><img src="https://img.shields.io/github/issues/tronprotocol/java-tron.svg"></a> |
13 | 13 | <a href="https://github.com/tronprotocol/java-tron/pulls"><img src="https://img.shields.io/github/issues-pr/tronprotocol/java-tron.svg"></a> |
|
31 | 31 |
|
32 | 32 | TRON is building the foundational infrastructure for the decentralized internet ecosystem with a focus on high-performance, scalability, and security. |
33 | 33 |
|
34 | | -- TRON Protocol: High-throughput(2000+ TPS), scalable blockchain OS (DPoS consensus) powering the TRON ecosystem. |
| 34 | +- TRON Protocol: High-throughput (2000+ TPS), scalable blockchain OS (DPoS consensus) powering the TRON ecosystem. |
35 | 35 | - TRON Virtual Machine (TVM): EVM-compatible smart-contract engine for fast smart-contract execution. |
36 | 36 |
|
37 | 37 | # Building the Source Code |
38 | 38 | Before building java-tron, make sure you have: |
39 | 39 | - Hardware with at least 4 CPU cores, 16 GB RAM, 10 GB free disk space for a smooth compilation process. |
40 | 40 | - Operating system: `Linux` or `macOS` (`Windows` is not supported). |
41 | | -- Git and correct JDK(version `8` or `17`) installed based on your CPU architecture. |
| 41 | +- Git and correct JDK (version `8` or `17`) installed based on your CPU architecture. |
42 | 42 |
|
43 | 43 | There are two ways to install the required dependencies: |
44 | 44 |
|
@@ -84,7 +84,7 @@ The java-tron project comes with several runnable artifacts and helper scripts f |
84 | 84 | | Deployment Tier | CPU Cores | Memory | High-performance SSD Storage | Network Downstream | |
85 | 85 | |--------------------------|-------|--------|---------------------------|-----------------| |
86 | 86 | | FullNode (Minimum) | 8 | 16 GB | 200 GB ([Lite](https://tronprotocol.github.io/documentation-en/using_javatron/litefullnode/#lite-fullnode)) | ≥ 5 MBit/sec | |
87 | | -| FullNode (Stable) | 8 | 32 GB | 200 GB (Lite) 3.5 TB (Full) | ≥ 5 MBit/sec | |
| 87 | +| FullNode (Stable) | 8 | 32 GB | 200 GB (Lite) / 3.5 TB (Full) | ≥ 5 MBit/sec | |
88 | 88 | | FullNode (Recommend) | 16+ | 32 GB+ | 4 TB | ≥ 50 MBit/sec | |
89 | 89 | | Super Representative | 32+ | 64 GB+ | 4 TB | ≥ 50 MBit/sec | |
90 | 90 |
|
@@ -139,7 +139,7 @@ Nile resources: explorer, faucet, wallet, developer docs, and network statistics |
139 | 139 | ### 3. Access Shasta test network |
140 | 140 | Shasta does not accept public node peers. Programmatic access is available via TronGrid endpoints; see [TronGrid Service](https://developers.tron.network/docs/trongrid) for details. |
141 | 141 |
|
142 | | -Shasta resources: explorer, faucet, wallet, developer docs, and network statistics at [shastaex.io](https://shasta.tronex.io/). |
| 142 | +Shasta resources: explorer, faucet, wallet, developer docs, and network statistics at [shasta.tronex.io](https://shasta.tronex.io/). |
143 | 143 |
|
144 | 144 | ### 4. Set up a private network |
145 | 145 | To set up a private network for testing or development, follow the [Private Network guidance](https://tronprotocol.github.io/documentation-en/using_javatron/private_network/). |
@@ -201,14 +201,14 @@ Thank you for considering to help out with the source code! If you'd like to con |
201 | 201 |
|
202 | 202 | # Resources |
203 | 203 |
|
204 | | -- [Medium](https://medium.com/@coredevs) java-tron's official technical articles are published there. |
205 | | -- [Documentation](https://tronprotocol.github.io/documentation-en/) and [TRON Developer Hub](https://developers.tron.network/) serve as java-tron’s primary documentation websites. |
206 | | -- [TronScan](https://tronscan.org/#/) TRON main network blockchain browser. |
207 | | -- [Nile Test network](http://nileex.io/) A stable test network of TRON contributed by TRON community. |
208 | | -- [Shasta Test network](https://shasta.tronex.io/) A stable test network of TRON contributed by TRON community. |
209 | | -- [Wallet-cli](https://github.com/tronprotocol/wallet-cli) TRON network wallet using command line. |
210 | | -- [TIP](https://github.com/tronprotocol/tips) TRON Improvement Proposal (TIP) describes standards for the TRON network. |
211 | | -- [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. |
| 204 | +- [Medium](https://medium.com/@coredevs) — Official technical articles from the java-tron core development team. |
| 205 | +- [Documentation](https://tronprotocol.github.io/documentation-en/) and [TRON Developer Hub](https://developers.tron.network/) — Primary documentation for java-tron developers. |
| 206 | +- [TronScan](https://tronscan.org/#/) — TRON mainnet blockchain explorer. |
| 207 | +- [Nile Test Network](http://nileex.io/) — A stable test network for TRON development and testing. |
| 208 | +- [Shasta Test Network](https://shasta.tronex.io/) — A stable test network mirroring mainnet features. |
| 209 | +- [Wallet-cli](https://github.com/tronprotocol/wallet-cli) — Command-line wallet for the TRON network. |
| 210 | +- [TIP](https://github.com/tronprotocol/tips) — TRON Improvement Proposals describing standards for the TRON network. |
| 211 | +- [TP](https://github.com/tronprotocol/tips/tree/master/tp) — TRON Protocols already implemented but not yet published as TIPs. |
212 | 212 |
|
213 | 213 | # Integrity Check |
214 | 214 |
|
|
0 commit comments