Smart Contract
DxChain 3.0 is fully compatible with smart contract technologies that run on Ethereum.
Last updated
DxChain 3.0 is fully compatible with smart contract technologies that run on Ethereum.
Last updated
Setup DxChain 3.0 in Metamask, select injected web3
for the environment in Remix, keep the same with the network in Metamask.
Createsol
file, write smart contracts
Select the appropriate version of the solidity
compiler, set automatic compilation and optimization, then perform contract compilation.
Select the injected web3
network to deploy the smart contract.
The contract deployment is completed after the transaction is sent.
hardhat
truffle
......