tron-java
Installation
SKILL.md
Skill based on java-tron (TRON Protocol Java implementation), generated 2026-02-09.
java-tron is the Java node for the TRON blockchain: high-throughput, DPoS, EVM-compatible TVM. This skill covers building/running FullNode and SR, HTTP/gRPC/JSON-RPC APIs, modular architecture (framework, protocol, common, chainbase, consensus, actuator), and implementing custom transaction types via actuators.
Core References
| Topic | Description | Reference |
|---|---|---|
| Overview | What java-tron is, artifacts (FullNode.jar, Toolkit.jar), networks (Mainnet, Nile, Shasta, private) | core-overview |
| Build and Run | Build from source (Gradle), run FullNode/SR, config, hardware requirements, dependency (JitPack/Maven) | core-build-run |
| APIs | HTTP, gRPC, JSON-RPC configuration and ports | core-apis |
| Config | config.conf structure — net, storage, node (P2P, HTTP, gRPC, JSON-RPC), localwitness, seed nodes, tuning | core-config |