Smart Contract Deploy & Verify
Deploy contracts exactly as you would on BSC — only the network config changes.
Foundry
forge create src/MyContract.sol:MyContract \
--rpc-url https://rpc-testnet.mo.fit \
--private-key $PRIVATE_KEY
Verify on Blockscout:
forge verify-contract <address> src/MyContract.sol:MyContract \
--verifier blockscout \
--verifier-url https://scan-testnet.mo.fit/api