- 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