Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@unicornonea unicornonea released this 14 Sep 08:41
fc24ef4
  • Support deploying smart contracts to the EVM-compatible chain
Commands
  • In order to deploy to an EVM-compatible blockchain, you need to use an EVM version of the compiler to compile the contract. Please run the following command:
tronbox compile --evm
  • Deploy to an EVM-compatible blockchain, such as the BTTC network. Please configure in the configuration file and run the following command:
tronbox migrate --network bttc --evm
  • To run the test on an EVM-compatible blockchain, please run the following command:
tronbox test --evm