Skip to main content

Overview

This document aims to help you better understand Transformers chains in order to build Web3 applications on Transformers chain, including the introduction of Transformers's basic concepts and core architecture, build validator,development tool, deploy contract,and various examples. You can choose a theme according to your needs:

Roles in Transformers

There are five roles in the Transformers network.

  • Regular users: Those who own small TTOS assets, tokens, or NFT users.
  • Validators: Node users, need to stake a certain amount of TTOS and delegators need to invest a certain amount.
  • Delegators: Users who have at least 35TTOS and invest in a certain validator node as collateral.
  • DAPP developers: Enthusiasts involved in the development of Transformers network applications.
  • Contract developers: Developers who deploy contracts on the Transformers network and develop ecosystem applications through contracts.

For Validator

Validator is a participant in the network, running a fullnode for block production. They are responsible for the block verification and generation of the Transformers network. In addition, the validator are also responsible for the sign of the transaction and receive rewards at the same time.

For Delegators

Delegaters are users who own the main network TTOS coin on the Transformers-chain and achieve annualized profits by pledging the main network coin to verification nodes.

For Community contributors

Website

Below, you may find tools for developing and deploying smart contracts in Transformers. 

  • Deploy Contract: This website provides foolproof deployment of smart contracts.
  • Verify Contract: You can publish your contract code to participate in token airdrop activities.
  • Contract related APIs: We provide contract deployment and invocation interfaces.

For DApp Developers

If you have Ethereum development experience, then you will easily master Transformers development. Transformers's smart contract development language is Solidity. The development tools are similar to the tools you are familiar with on Ethereum (such as Remix, and Web3js), you can use them proficiently in very little time.

Testnet

You may deploy your DApp to Global testnet.

Wallet integrate with the Transformers network

If you're new to dapp development or want to get knowledge, we recommend starting with the following guides:

Others