ethereum-analyzer-webui-1.0.0: exec_src/Main.hs
-- | Launch ethereum-analyzer server. module Main ( main ) where import Ethereum.Analyzer.Web (startApp) main :: IO () main = startApp
-- | Launch ethereum-analyzer server. module Main ( main ) where import Ethereum.Analyzer.Web (startApp) main :: IO () main = startApp