Runnable examples for the tronz TRON SDK.
All examples target the Nile testnet. Read-only examples run without a private key; examples that send transactions require TRON_PRIVATE_KEY=<hex>.
# Read-only
cargo run -p examples-queries --example query
# With private key
TRON_PRIVATE_KEY=<hex> cargo run -p examples-staking --example stakeThis repository contains the following examples:
- Queries
- Signers
- Transfers
- Staking
- Contracts
- TRC10
- TRC20
- Accounts
Licensed under either of Apache License, Version 2.0 or MIT license at your option.