smartcontractstronopenzeppelin

Tron Network with OpenZeppelin Contracts


The Tron Network uses Solidity and has a lot of similarities to Ethereum.

I'm trying to use the OpenZeppelin contracts designed for Ethereum to run on the Tron Network.

I've chosen Solidity version 0.6.x which is supported by the tronbox compiler.

Is it possible to run OpenZeppelin contracts on the Tron Network?


Solution

  • Is it possible to run OpenZeppelin contracts on the Tron Network?

    Yes. For example this token uses an OpenZeppelin implementation of ERC20.