Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Installation

Omkara edited this page Mar 21, 2018 · 1 revision

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

Install from source

Clone git repository

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

Install as atom package

apm link .
apm install

Or you can install Etheratom from Atom packages.

Clone this wiki locally