Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
/ etheratom Public archive

Solidity compilation and Ethereum contract execution interface for hackable atom editor

License

Notifications You must be signed in to change notification settings

0mkara/etheratom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5900c5 · Apr 17, 2023
Nov 6, 2019
Dec 2, 2019
Jun 15, 2018
Nov 11, 2019
Dec 2, 2019
Apr 22, 2017
Sep 16, 2019
Dec 2, 2019
Sep 16, 2019
Feb 24, 2017
Dec 2, 2019
Nov 26, 2019
Aug 9, 2018
Mar 13, 2018
Sep 16, 2019
Mar 15, 2018
Apr 17, 2023
Feb 24, 2017
Aug 29, 2018
Dec 2, 2019
Sep 16, 2019

Repository files navigation

Use ethcode in vscode for better development experience.

Etheratom

Greenkeeper badge Build Status Gitter telegram

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.

A screenshot of Etheratom package

Sponsors

gitcoin ethereumfoundation

Support

You can join our Telegram group for quick help in solving any issues at https://t.me/etheratom telegram

Join our new gitter room for help - https://gitter.im/Ethereum-Devtools-Developers-Studio/etheratom

Quick help

Follow our quick troubleshooting issue to get help about some known bugs and issues.

Requirements

Use Ganache or Install geth

Go Ethereum client installation instruction Or You can just download binary from https://geth.ethereum.org/downloads/ and run.

Run go-ethereum client

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.

Installation

apm install etheratom

Or you can install Etheratom from Atom packages.

Install from source

Clone git repository

git clone https://github.com/0mkara/etheratom.git
cd etheratom

Install as atom package

apm install
apm link .

Configuration

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/

Go to package settings and set rpc address & websocket address.

etheratom package config

Restart atom to load your configuration changes.

Usage

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.

New panel features

Follow Etheratom Wiki for more information.

Development guideline

Clone & code
git clone https://github.com/0mkara/etheratom.git
cd etheratom
Build

rollup -c

Support development ❤️

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

Ethereum 👉 0xd22fE4aEFed0A984B1165dc24095728EE7005a36