Etherlime
  • Introduction
  • Developer Documentation
    • Quick Start
    • Etherlime Library API
      • Deployer
      • Deployed Contract Wrapper
    • Etherlime CLI
      • Installing and Help
      • etherlime init
      • etherlime ganache
      • etherlime compile
      • etherlime deploy
      • etherlime history
      • etherlime test
      • etherlime coverage
      • etherlime flatten
      • etherlime ide
      • etherlime zk
      • etherlime utils
    • Migration from Truffle to Etherlime
    • Migration from v1.2 to v2.0
    • License
Powered by GitBook
On this page

Was this helpful?

  1. Developer Documentation
  2. Etherlime CLI

etherlime ide

Syntax

etherlime ide [port]

Parameters:

* port - [Optional] By specifying --port you can specify port your ganache is running on. Default: 8545 Running this command will run web-based Solidity IDE that works with the file system. It will allow you to easily edit, compile, deploy and interact with your smart contracts. You must have a running ganache to start the IDE with loaded accounts.

Previousetherlime flattenNextetherlime zk

Last updated 6 years ago

Was this helpful?