Skip to content

feat(tron): add TRON gRPC collection#10

Open
ropadu wants to merge 1 commit into
mainfrom
rp/tron-grpc-collection
Open

feat(tron): add TRON gRPC collection#10
ropadu wants to merge 1 commit into
mainfrom
rp/tron-grpc-collection

Conversation

@ropadu

@ropadu ropadu commented Jul 17, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds a Bruno collection for TRON gRPC (Wallet + WalletSolidity services)
  • Includes java-tron protos (api/core/contracts) needed for gRPC reflection-free requests
  • 29 Wallet + 9 WalletSolidity example requests targeting Alchemy TRON endpoints (mainnet + Nile)

Auth

All requests use X-Token: {{api_key}} via Bruno environment variables — no keys committed.

🤖 Generated with Claude Code

New Bruno collection for TRON's native gRPC API served through Alchemy:

- 29 protocol.Wallet + 9 protocol.WalletSolidity unary requests covering
  account/block/transaction reads, the build-sign-broadcast write flow,
  TRC20 contract calls (TriggerConstantContract/EstimateEnergy), and
  Stake 2.0 methods
- Real, unmodified protos from tronprotocol/protocol bundled under
  grpc/proto/ (the gateway does not expose server reflection)
- Auth via X-Token metadata, consistent with the sui/solana collections
- README documents endpoints, base64 encoding of bytes fields, and the
  unsigned-transaction write flow

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@ropadu
ropadu requested a review from masterbd July 17, 2026 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants