ChainIDE-English
  • 1. ChainIDE Introduction
  • 2. ChainIDE Modules
    • 2.1. File System
    • 2.2. Editor
    • 2.3. File Preview
    • 2.4. Logger
    • 2.5. Compile
    • 2.6. Deployment and Interaction
    • 2.7. Plug-in System Module
      • 2.7.1 ChainIDE Debugger
      • 2.7.2. ChainIDE Flattener Plugin
      • 2.7.3. ChainIDE Scan Verifier
    • 2.8. Functions at Bottom Part of ChainIDE
  • 3. ChainIDE - Loading Your Work
  • 4. ChainIDE - Saving Your Work
  • 5. ChainIDE - Port Forwarding
  • ChainIDE
    • 1. Ethereum IDE
      • 1. Ethereum IDE Environment Configuration
      • 2. How to Use Ethereum IDE?
      • 3. Using Hardhat
      • 4. Using Ganache v7
      • 5. Using Truffle
    • 2. BNB Chain IDE
      • 1. BNB Chain IDE Environment Configuration
      • 2. How to Use BNB Chain IDE
      • 3. Using Hardhat
      • 4. Using Ganache v7
      • 5. Using Truffle
    • 3. Conflux IDE
      • 1. Conflux IDE Environment Configuration
      • 2. How to Use Conflux IDE
      • 3. Using Hardhat
      • 4. Using Ganache v7
      • 5. Using Truffle
      • 5. Using Conflux-Truffle
    • 4. Internet Computer IDE
      • 1. How to Use Internet Computer IDE
    • 5. Nervos IDE
      • 1. Nervos IDE Environment Configuration
      • 2. How to use Nervos IDE
      • 3. Using Hardhat
      • 4. Using Ganache v7
    • 6. Polygon IDE
      • 1. Polygon IDE Environment Configuration
      • 2. How to use Polygon IDE
      • 3. Using Hardhat
      • 4. Using Ganache v7
      • 5. Using Truffle
    • 7. Flow IDE
      • Learn how to use Flow IDE to develop dApps
    • 8. FISCO BCOS IDE
      • 1. FISCO BCOS Environment Configuration
      • 2. How to use FISCO BCOS IDE
    • 9. Sui IDE
      • 1. Sui Environment Configuration
      • 2. How to use Sui IDE
    • 10. Aptos IDE
      • 1. Aptos IDE Usage Process
      • 2. How to use Aptos IDE
    • 11. XDC IDE
      • 1. XDC IDE Environment Configuration
      • 2. How to Use XDC IDE
      • 3. Using Hardhat
      • 4. Using Ganache v7
      • 5. Using Truffle
    • 12. Astar IDE
      • 1. Astar Environment Configuration
      • 2. How to Use Astar EVM IDE
      • 3. How to Use Astar WASM IDE
    • 13. IRISnet IDE
      • 1. IRISnet Environment Configuration
      • 2. How to Use IRISnet EVM IDE
      • 3. How to Use IRISnet Native IDE
    • 14. Arbitrum IDE
      • 1. Arbitrum IDE Environment Configuration
      • 2. How to Use Arbitrum IDE
      • 3. Using Hardhat
      • 4. Using Ganache v7
      • 5. Using Truffle
    • 15. Starknet IDE
      • 1. Starknet IDE Environment Configuration
      • 2. How to Use Starknet IDE
    • 16. Mina IDE
      • 1. Mina IDE Environment Configuration
      • 2. How to Use Mina IDE
Powered by GitBook
On this page
  • 2. Console
  • 3. Terminal

Was this helpful?

  1. 2. ChainIDE Modules

2.4. Logger

This section provides the detailed information on the terminal panel of ChainIDE

Previous2.3. File PreviewNext2.5. Compile

Last updated 1 year ago

Was this helpful?

Once the user has finished coding and it's time to compile the code to check if the code has some errors. The terminal panel is used to see the results for compilation and deployment whether it is successful or not. If it is successful, the message is shown that your smart contract has been successfully deployed, and if there is some problem/error in the code, then the suggestion with a unique code would be shown to solve that error. Users are suggested to read the suggestion carefully if they face errors in the code. Here we would show an example for each category. For successful compilation message in the terminal panel, and error(s) message in the terminal panel.

The terminal panel is used to show the important actions made while interacting with the ChainIDE, such as contract compilation, deployment, interaction, and all at once. The terminal panel provides the option to check the output only for one module at a time or for all the modules.

The "Close" and "Clear All" options are available in the terminal panel of ChainIDE. The "Close" option is used to close the terminal panel. If you close the terminal panel but do not clear the contents in the output section, you can see those contents information again, if you again open the terminal panel. The "Clear All" option clears all the information shown in the output section.

That is all related to the terminal panel of the ChainIDE. If you have any questions or want to know more about ChainIDE and our other products, feel free to reach us through the channels given below.

2. Console

Here we can view the log we wrote in the HTML file, and the printed information will be displayed in the Console when previewing

3. Terminal

Click terminal to enter the terminal module and click the plus sign to add a new terminal, and we can manage files through the command line.

Create folder mkdir ~

Delete file rm -rf ~

View file cat ~

Clone project git clone ~ and other commonly used terminal commands

1. Terminal Panel for ChainIDE
2. Compile Time Error Shown in Terminal-Output
3.Options Available in Terminal Panel of ChainIDE
4. Options Avaliable in Terminal-output panel