8000 GitHub - ethpwn/ethcx
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ethpwn/ethcx

Repository files navigation

ethcx

Pypi Status Build Status Coverage Status

Python wrapper and version management tool for compilers targetting the ethereum platform.

Currently supports the solc Solidity compiler and the vyper compiler.

Forked from py-solc-x.

Features

  • Full support for Solidity >=0.4.11 and Vyper
  • Install Solidity and Vyper on Linux, OSX and Windows
  • Compile Solidity from source on Linux and OSX

Dependencies

ethcx allows the use of multiple versions of solc, and can install or compile them as needed. If you wish to compile from source you must first insall the required solc dependencies.

For Vyper, ethcx can download and install all released versions of the vyper compiler binaries from Github Releases.

Installation

From pypi

pip install ethcx

Local (editable) install

git clone https://github.com/ethpwn/ethcx.git
cd ethcx
pip install -e .

Documentation

Documentation is hosted at Read the Docs.

Testing

ethcx is tested on Linux, OSX and Windows with solc versions >=0.4.11.

To run the test suite:

pytest tests/

By default, the test suite installs all available solc versions for your OS. If you only wish to test against already installed versions, include the --no-install flag.

Contributing

Help is always appreciated! Feel free to open an issue if you find a problem, or a pull request if you've solved an issue.

Please check out our Contribution Guide prior to opening a pull request.

License

This project is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 23

Languages

0