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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,18 @@ Please ensure you have the latest versions of Docker and Docker Compose installe
33
33
- Docker Compose standalone: [Install Docker Compose on Linux](https://docs.docker.com/compose/install/standalone/)
34
34
35
35
## Quick Start
36
-
To quickly start a fullnode that connect to the Mainnet, simply download and run the [docker-compose](single_node/docker-compose-quick-start.yml) file, or use the following Docker command:
36
+
To quickly start a java-tron node that connects to the Mainnet, simply use the following Docker command:
Alternatively, you can download and run the [docker-compose](single_node/docker-compose-quick-start.yml) file using the command:
43
+
44
+
```sh
45
+
docker-compose -f docker-compose-quick-start.yml up
46
+
```
47
+
40
48
Once the FullNode starts, it will begin to sync blocks with Mainnet from the genesis block. You can use the following API request to check the current synced blocks:
0 commit comments