Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 1.57 KB

File metadata and controls

34 lines (23 loc) · 1.57 KB
description Everything you need to start using the Telos EVM

Overview

In this section we are going to cover the following topics:

  1. Introduction to tEVM and its architecture
  2. Benefits of Telos
  3. Block production, validation, transaction fees (Telos native and tEVM) and consensus
  4. On-chain governance
  5. tEVM Gas fees
  6. How to desposit, withdraw and send TLOS
  7. Using dapps on the tEVM

This section is mainly intended for developers who are working with Solidity to bring their smart contracts onto Telos.

Since Telos EVM (tEVM) is an EVM running as a smart contracts on the Telos blockchain network, it makes it easy to bring existing Solidity applications to Telos. This enables developers to adopt Telos blockchain with it's advanced features, like fair distribution, fast block times and cost-efficient transactions for any EVM based dApp.

Read more on tEVM:

  • Roadmap
  • Compatibility and test suites (upcoming content)
  • Testnet example applications (upcoming content)
  • Getting started with testnet (upcoming content)
  • Getting started with local development (upcoming content)
  • Getting started with mainnet (upcoming content)

__