# Tron

## Tron

- [Mastering TRON](https://andelf.gitbook.io/tron/master.md): home page
- [TRON 引言](https://andelf.gitbook.io/tron/introduction/tron-intro.md)
- [TRON 基础](https://andelf.gitbook.io/tron/introduction/tron-basics.md)
- [节点客户端](https://andelf.gitbook.io/tron/introduction/client.md)
- [钱包](https://andelf.gitbook.io/tron/introduction/wallet.md)
- [交易(内置合约类型)](https://andelf.gitbook.io/tron/introduction/transactions.md)
- [API](https://andelf.gitbook.io/tron/introduction/api.md)
- [开发者资源](https://andelf.gitbook.io/tron/introduction/dev-resource.md)
- [超级代表和投票](https://andelf.gitbook.io/tron/internals/witness.md)
- [产块和维护周期](https://andelf.gitbook.io/tron/internals/maintenance.md)
- [提案和链升级](https://andelf.gitbook.io/tron/internals/proposal-and-upgrade.md)
- [什么是智能合约](https://andelf.gitbook.io/tron/smart-contract/introduction.md)
- [Solidity 基础](https://andelf.gitbook.io/tron/smart-contract/solidity-programming-basic.md): Solidity 编程相关
- [Solidity 进阶](https://andelf.gitbook.io/tron/smart-contract/solidity-in-depth.md): 这里介绍 Solidity 的进阶概念。
- [Solidity ABI](https://andelf.gitbook.io/tron/smart-contract/abi.md): Application Binary Interface.
- [Use Solidity Like a Professional](https://andelf.gitbook.io/tron/smart-contract/use-solidity-like-a-professional.md)
- [合约编程误区](https://andelf.gitbook.io/tron/smart-contract/contract-vulnerability.md): 介绍常见的合约编程错误带来的风险。
- [Tooling](https://andelf.gitbook.io/tron/smart-contract/tooling.md)
- [TVM](https://andelf.gitbook.io/tron/smart-contract/tvm.md): Tron 虚拟机
- [Generate Address Offline](https://andelf.gitbook.io/tron/tron-by-example/generate-address-offline.md)
- [Transfer TRX](https://andelf.gitbook.io/tron/tron-by-example/transfer-trx.md)
- [Transfer TRC20](https://andelf.gitbook.io/tron/tron-by-example/transfer-trc20.md)
- [Parse Event Logs](https://andelf.gitbook.io/tron/tron-by-example/parse-event-logs.md): 解析合约调用事件
- [Estimate Energy Usage](https://andelf.gitbook.io/tron/tron-by-example/estimate-energy-usage.md): 预测Tron合约调用能量消耗
- [Call Justswap](https://andelf.gitbook.io/tron/tron-by-example/call-justswap.md)
- [Query TRC20 Balance](https://andelf.gitbook.io/tron/tron-by-example/query-trc20-balance.md)
- [Current Tech that Benifits Blockchain](https://andelf.gitbook.io/tron/next-generation-tron/current-tech-that-benifits-blockchain.md): 目前的哪些技术可以用于或是已经用于区块链？
