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: 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
@@ -61,7 +61,7 @@ TRON enables large-scale development and engagement. With over 2000 transactions
61
61
62
62
Building java-tron requires `git` package
63
63
64
-
## operating systems
64
+
## Operating systems
65
65
Make sure you operate on `Linux` or `MacOS` operating systems, other operating systems are not supported yet.
66
66
67
67
## Architecture
@@ -89,7 +89,7 @@ $ ./gradlew clean build -x test
89
89
90
90
# Running java-tron
91
91
92
-
## operating systems
92
+
## Operating systems
93
93
Make sure you operate on `Linux` or `MacOS` operating systems, other operating systems are not supported yet.
94
94
95
95
## Architecture
@@ -123,7 +123,7 @@ Recommended:
123
123
124
124
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