Skip to content

etherlab-onchain/Etherlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EtherLab

EtherLab is a browser-based Solidity IDE and deployer for Ethereum-compatible networks. Write or paste your contract's source code, compile it directly in the browser, and deploy it through your connected wallet — no local toolchain, no extra installs, no command line required.

Features

  • Built-in code editor — write or paste Solidity source files directly in the browser, with a simple file manager for organizing multiple contracts.
  • In-browser compilation — select the Solidity compiler version you need and compile without any local setup.
  • Wallet-based deployment — connect MetaMask or Phantom and deploy your compiled contract with a single confirmation.
  • Deployment tracking — after deployment, see your contract's address, transaction status, and a link to the block explorer.
  • Cross-network support — works with any Ethereum-compatible (EVM) network your wallet is connected to.

Getting started

  1. Open the app in your browser.
  2. Create a new .sol file and paste in your contract code.
  3. Go to the Compiler tab, pick your compiler version, and compile.
  4. Go to the Deploy tab, connect your wallet, and deploy.
  5. Your deployed contract's address will appear below, ready to use.

About

Solidity IDE and deployer for Ethereum-compatible networks

Resources

License

Stars

15 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors