Solidity Online IDE & Code Editor for Technical Interviews
Running 0.8.13 - IntelliSense is not available
The Solidity environment gives you the ability to write and compile a smart contract. Upon execution, we compile the contract with the following command:
solc contract.sol --abi
If there is an error in your contract, the contract will not compile and display the error message returned.