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

Installation

Meheret Tesfaye edited this page Aug 3, 2019 · 3 revisions

PIP to install cobra globally. For Linux sudo may be required.

pip install eth-cobra

Or install from PyPI https://pypi.org/project/eth-cobra

Requirements

This library requires the solc executable to be present.

  • Python v3.6.0 or later
  • Linux, Windows or Mac OS X
  • Solc ethereum solidity compiler only versions >=0.4.2 are supported and tested though this library may work with other versions.
  • Ganache CLI a command-line version of Ethereum blockchain server.
  • PIP to install packages from the Python Package Index and other indexes.

Development

We welcome pull requests. To get started, just fork this repo, clone it locally, and run:

pip install -e . -r requirements.txt
Clone this wiki locally