一键导入
tron-java
Agent skill for java-tron — TRON Protocol Java implementation (FullNode, build, run, APIs, modular architecture, custom actuators).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Agent skill for java-tron — TRON Protocol Java implementation (FullNode, build, run, APIs, modular architecture, custom actuators).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
| name | tron-java |
| description | Agent skill for java-tron — TRON Protocol Java implementation (FullNode, build, run, APIs, modular architecture, custom actuators). |
| metadata | {"author":"hairy","version":"2026.2.9","source":"Generated from https://github.com/tronprotocol/java-tron, scripts located at https://github.com/antfu/skills"} |
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.
| 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 |
| Topic | Description | Reference |
|---|---|---|
| Modular Architecture | Six modules (framework, protocol, common, chainbase, consensus, actuator) and key interfaces | features-modular-architecture |
| Modular Deployment | Distribution script launch, JVM options | features-modular-deployment |
| Custom Actuator | Add new contract type: proto, ContractType, Actuator impl, WalletApi | features-custom-actuator |
| Toolkit | Toolkit.jar — DB archive, convert, copy, lite (split/merge), move, root | features-toolkit |
| start.sh | Run/stop FullNode, config/data paths, build or release, manifest rebuild | features-start-script |
| Docker | Build and run with Docker — image, config/data mounts, SR mode, JVM options | features-docker |
| Topic | Description | Reference |
|---|---|---|
| API Security | Securing HTTP, gRPC, JSON-RPC when exposing FullNode to the public | best-practices-api-security |