Skip to main content

Collection of python utils for the Evmos blockchain.

Project description

Evmospy

PyPI version

Python3.9+ utils for the Evmos Blockchain.

Requirements

The cryptocurve dependency requires some libs to be built:

sudo apt-get install build-essential libssl-dev libffi-dev python3-dev autoconf libtool pkgconf

MacOS:

brew install autoconf automake libtool

Installation

pip install evmospy

MacOS openssl error

If you get the error that says something like the libcrypto is running on unsafe mode and the process is aborted:

brew install openssl
sudo ln -s /opt/homebrew/opt/openssl@1.1/lib/libcrypto.1.1.dylib /usr/local/lib
sudo ln -s /opt/homebrew/opt/openssl@1.1/lib/libssl.1.1.dylib /usr/local/lib
cd /usr/local/lib
sudo ln -s libcrypto.3.dylib libcrypto.dylib
sudo ln -s libssl.3.dylib libssl.dylib

Usage

Inside each ./evmospy/<module>/ there is a README file with an example on how to use the module.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evmospy-1.0.2.tar.gz (242.9 kB view hashes)

Uploaded Source

Built Distribution

evmospy-1.0.2-py3-none-any.whl (455.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page