Ethereum IDE plugin for hackable Atom editor. Compile smart contracts, deploy them to Ethereum networks. Efficient contract management interface. Integrated test suite for smart contracts.
You can join our Telegram group for quick help in solving any issues at https://t.me/etheratom
Join our new gitter room for help - https://gitter.im/Ethereum-Devtools-Developers-Studio/etheratom
Follow our quick troubleshooting issue to get help about some known bugs and issues.
Go Ethereum client installation instruction Or You can just download binary from https://geth.ethereum.org/downloads/ and run.
Start geth node on testnet using following command:
geth --goerli --rpc --rpcapi="eth,web3,personal" --ws --wsorigins="*" --wsapi="eth,web3,personal" console
Note: Only solidity compilation is supported. --wsorigins="*"
or --wsorigins="file://"
is necessary to allow Atom to connect to go-ethereum websocket endpoint.
apm install etheratom
Or you can install Etheratom from Atom packages.
Clone git repository
git clone https://github.com/0mkara/etheratom.git
cd etheratom
Install as atom package
apm install
apm link .
Geth defaults : rpc http://127.0.0.1:8545/
websocket ws://127.0.0.1:8546/
Ganache defaults : rpc http://127.0.0.1:7545/
Restart atom to load your configuration changes.
Activate Etheratom package ctrl+alt+e
Compile solidity code with ctrl+alt+c
or just by saving a solidity file with ctrl+s
Show/hide etheratom panel ctrl+alt+v
After compiling your solidity code click Deploy to blockchain button to deploy the contract on blockchain. Optionally you can deploy your contract at some previously created address.
Follow Etheratom Wiki for more information.
git clone https://github.com/0mkara/etheratom.git
cd etheratom
rollup -c
Etheratom aims to provide a clean interactive interface to develop solidity smart contracts, test them on testnet, do security analysis and deploy them on mainnet. Etheratom needs your help!
Etheratom is looking for financial help. Any organization or individual wants to help grow etheratom is requested to contact 0mkar@protonmail.com