You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ Please make sure your submission meets the following code style:
151
151
152
152
### Commit Messages
153
153
154
-
Commit messages should follow the rule below, we provide a template corresponding instructions.
154
+
Commit messages should follow the rule below, we provide a template with corresponding instructions.
155
155
156
156
Template:
157
157
```
@@ -182,7 +182,7 @@ The subject contains a succinct description of the change:
182
182
4. Do not end the subject line with a period.
183
183
5. Avoid meaningless commits. It is recommended to use the git rebase command.
184
184
185
-
Message body use the imperative, present tense: "change" not "changed" nor "changes". The body should include the motivation for the change and contrast this with previous behavior.
185
+
Message body uses the imperative, present tense: "change" not "changed" nor "changes". The body should include the motivation for the change and contrast this with previous behavior.
186
186
187
187
Here is an example:
188
188
```
@@ -217,7 +217,7 @@ If the purpose of this submission is to modify one issue, you need to refer to t
217
217
218
218
219
219
### Special Situations And How To Deal With Them
220
-
As a reviewer, you may find yourself in one of the sitations below. Here’s how to deal with those:
220
+
As a reviewer, you may find yourself in one of the situations below. Here’s how to deal with those:
221
221
222
222
The author doesn’t follow up: ping them after a while (i.e. after a few days). If there is no further response, close the PR or complete the work yourself.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@
43
43
## Table of Contents
44
44
45
45
-[What’s TRON?](#whats-tron)
46
-
-[Building the Source Code](#building-the-source)
46
+
-[Building the Source Code](#building-the-source-code)
47
47
-[Running java-tron](#running-java-tron)
48
48
-[Community](#community)
49
49
-[Contribution](#contribution)
50
50
-[Resources](#resources)
51
51
-[Integrity Check](#integrity-check)
52
52
-[License](#license)
53
53
54
-
##What's TRON?
54
+
# What's TRON?
55
55
56
56
TRON is a project dedicated to building the infrastructure for a truly decentralized Internet.
57
57
@@ -61,7 +61,7 @@ TRON is a project dedicated to building the infrastructure for a truly decentral
61
61
62
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.
63
63
64
-
# Building the source
64
+
# Building the Source Code
65
65
66
66
Building java-tron requires `git` package and 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
67
67
@@ -91,18 +91,18 @@ Minimum:
91
91
92
92
- CPU with 8 cores
93
93
- 16GB RAM
94
-
-2TB free storage space to sync the Mainnet
94
+
-3TB free storage space to sync the Mainnet
95
95
96
96
Recommended:
97
97
98
98
- CPU with 16+ cores(32+ cores for a super representative)
99
99
- 32GB+ RAM(64GB+ for a super representative)
100
-
- High Performance SSD with at least 2.5TB free space
100
+
- High Performance SSD with at least 4TB free space
101
101
- 100+ MB/s download Internet service
102
102
103
103
## Running a full node for mainnet
104
104
105
-
Full node has full historical data, it is the entry point into the TRON network, it can be used by other processes as a gateway into the TRON network via HTTP and GRPC endpoints. You can interact with the TRON network through full node:transfer assets, deploy contracts, interact with contracts and so on. `-c` parameter specifies a configuration file to run a full node:
105
+
Full node has full historical data, it is the entry point into the TRON network, it can be used by other processes as a gateway into the TRON network via HTTP and GRPC endpoints. You can interact with the TRON network through full node:transfer assets, deploy contracts, interact with contracts and so on. `-c` parameter specifies a configuration file to run a full node:
0 commit comments