A Tron Core (java-tron) docker image.
Odyssey-v3.1.1
,latest
(Odyssey-v3.1.1/Dockerfile)
Tron Core is the Tron Blockchain reference client and contains all the protocol rules required for the Tron network to function. Learn more about Tron Core.
docker run -p18888:18888 -p8090:8090 -e TRON_DATA=/data -v $(pwd)/data:/data --rm messari/tron-core:latest
- JSON-RPC/REST: 8090
- P2P: 18888
The messari/tron-core docker project is under MIT license.