Collection of python utils for the Evmos blockchain.
Project description
Evmospy
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
evmospy-1.0.2-py3-none-any.whl
(455.2 kB
view details)
File details
Details for the file evmospy-1.0.2.tar.gz
.
File metadata
- Download URL: evmospy-1.0.2.tar.gz
- Upload date:
- Size: 242.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74eb56eba3aed3626e1d548ebfab5cf487ce5a0382b36734a96ac42e0cf3f83e |
|
MD5 | 045ea4663deec71d351c3605408191a5 |
|
BLAKE2b-256 | ac7b106860de69d67415cb4f4f402f22c671b117f631241bc08feeb92d943f0d |
File details
Details for the file evmospy-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: evmospy-1.0.2-py3-none-any.whl
- Upload date:
- Size: 455.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cddb2243f356c07432748db28a2e14588c27d4a5c12bbfdf3d2230600b9cd48 |
|
MD5 | 03f3d27e29a6ec9b61fd1180333b0273 |
|
BLAKE2b-256 | f84061e11927d60df8c40b1be9040f9003106f8b89ed8bbcd010d0592e011201 |