Skip to content

evmos/evmospy

Repository files navigation

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.

About

Collection of python libs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •