CLI
ChangeCLI
CLI Commands
// # Compile the smart contract
changecli compile MyContract.sol
# Deploy the contract to the network
changecli deploy MyContract.bin --network mainnet --from 0xYOUR_ADDRESS --gas-limit 3000000
Configuration File Example
Last updated