An open API service indexing awesome lists of open source software.

https://github.com/crocofactory/evm-extras

The package containing utilities to develop Web3-based projects
https://github.com/crocofactory/evm-extras

ethereum python python3 smart-contracts web3py

Last synced: 6 months ago
JSON representation

The package containing utilities to develop Web3-based projects

Awesome Lists containing this project

README

          

# evm-extras

Croco Logo

[![PyPi Version](https://img.shields.io/pypi/v/evm-extras)](https://pypi.org/project/evm-extras/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/evm-extras?label=downloads)](https://pypi.org/project/evm-extras/)
[![License](https://img.shields.io/github/license/CrocoFactory/evm-extras.svg)](https://pypi.org/project/evm-extras/)
[![Last Commit](https://img.shields.io/github/last-commit/CrocoFactory/evm-extras.svg)](https://pypi.org/project/evm-extras/)
[![Development Status](https://img.shields.io/pypi/status/evm-extras)](https://pypi.org/project/evm-extras/)

The package containing utilities to develop Web3-based projects

- **[Bug reports](https://github.com/CrocoFactory/evm-extras/issues)**

Package's source code is made available under the [MIT License](LICENSE)

The project is made by the **[Croco Factory](https://github.com/CrocoFactory)** team

# Installing evm-extras

To install python-extras from PyPi, you can use that:

```shell
pip install evm-extras
```

To install python-extras from GitHub, use that:

```shell
pip install git+https://github.com/CrocoFactory/evm-extras.git
```