Challenge Overview
In the previous challenge we have created a Visual Studio Code Extension that performs security analysis on a Solidity source code file, or on a folder of Solidity files. It uses Mythril API to perform security analysis, and highlights identified issues in the source code. For your reference, you will find the winning code from the previous challenge in the challenge forum.
Your goal in this challenge is to port the MSVC extension to provide the same functionality for Atom editor.
Your goal in this challenge is to port the MSVC extension to provide the same functionality for Atom editor.