Coder Social home page Coder Social logo

hechel / etheratom Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0mkara/etheratom

0.0 2.0 0.0 5.84 MB

Solidity compilation and Ethereum contract execution interface for hackable atom editor

Home Page: https://atom.io/packages/etheratom

License: GNU General Public License v3.0

JavaScript 99.09% CSS 0.91%

etheratom's Introduction

Etheratom - compile and deploy solidity code from atom editor

Greenkeeper badge Build Status

Etheratom is a package for hackable Atom editor. It uses web3js to interact with Ethereum node.

A screenshot of Etheratom package

Requirements

Use Ganache or

Install geth

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 --testnet --fast --rpc --rpcapi="eth,web3,personal" --ws --wsorigins="*" --wsapi="eth,web3,personal" console

Note: Only solidity compiler is supported.

Installation

apm install etheratom

Or you can install Etheratom from Atom packages.

Install from source

Clone git repository

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

Install as atom package

apm link .
apm install

Configuration

Assuming you have a local geth client running and rpc api listening on http://127.0.0.1:8545/ & websocket endpoint listening on ws://127.0.0.1:8546

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 ctrl+alt+c

Show/hide etheratom panel ctrl+alt+v

After compiling your code hit Create button to deploy the contract on blockchain.

Also you can select between Javascript VM and an actual running Ethereum node.

New panel features

It has a tiny Ethereum client monitor to check how your node is doing

nodeinfo

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!

Ethereum ๐Ÿ‘‰ 0xd22fE4aEFed0A984B1165dc24095728EE7005a36

etheratom's People

Contributors

0mkara avatar greenkeeper[bot] avatar kevupton avatar ddcech avatar alescoin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.