TRON CLASS is a series of videos explaining the definitions of commonly used TRON and blockchain-related terms.

What is TRC-20 token?

What is TRC-20 token?

TRC‌-20 is a technical standard used for smart contracts on the TRON blockchain for implementing tokens with the TRON Virtual Machine (TVM). It is fully compatible to ERC‌-20.
What is Token Issuance?

What is Token Issuance?

In the TRON network, every account is capable of issuing tokens at the expense of 1024 TRX. Users can lock their tokens in separately. To issue tokens, the issuer needs to specify a token name, total capitalization, the exchange rate … Continued
What is TVM?

What is TVM?

TRON Virtual Machine (TVM) is a lightweight, Turing (a Pascal-like programming language developed in 1982 by Ric Holt and James Cordy) complete virtual machine developed for the TRON’s ecosystem. Its goal is to provide millions of global developers with a … Continued
What is Storage?

What is Storage?

Storage is for preserving smart contract status. Every contract uses its own Storage in Solidity. In Solidity, the primary commands for accessing Storage data are SLOAD and STORE.
What is Events?

What is Events?

Events are an import functionality to help developers confirm, check, and search for the specific status of the smart contract.
What are Exception Types?

What are Exception Types?

There are four types of exceptions that may be incurred during contract execution: Asset-style Exception Require-style Exception Validation-style Exception VMillegal-style Exception
What is TRON-CLI?

What is TRON-CLI?

TRON-CLI is a command line tool which allows developers to quickly set up and manage TRON Nodes and service.
What is DApp?

What is DApp?

A decentralized application (DApp) is an application that runs on a decentralized P2P network. Since DApps do not depend on a central entity for functioning, this eliminates the risk of a single point of failure. Records and data from DApps … Continued
What is Smart Contract?

What is Smart Contract?

A smart contract is a computer protocol with a purpose to digitally verify the negotiation of a contract. They not only define the rules and penalties related to an agreement in the same way that a traditional contract does, but … Continued
What is Unit of Currency?

What is Unit of Currency?

Units of currency in TRON smart contracts are TRX and sun. To successfully migrate your Ethereum smart contracts to TRON, please change Ether denominations into TRX denominations, while being mindful of the Ether/TRX market exchange rates. Remember that 1 TRX … Continued