A Python API for interacting with Ethereum based networks
Project description
A Python API for interacting with the Ether (ETH)
A Command-Line Interface framework
You can install it in a system-wide location via pip:
sudo pip3 install moodyeth
Or install it locally using virtualenv:
virtualenv -p /usr/bin/python3 ~/moodyeth
source ~/moodyeth/bin/activate
pip3 install moodyeth
Usage
Specify the API endpoints:
Deploy Smart Contract
import os
from moody.libeb import MiliDoS
from moody import conf
from key import pri
ROOT = os.path.join(os.path.dirname(__file__))
c = MiliDoS(conf.MoonBeamTestnet())
c.setWorkspace(ROOT).Auth(pri).withPOA()
c.deploy("ERC20")
Documentation
Read the library manual by the manual Documentation is available at docs.
Donations
Welcome for donation for the good works!
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
moodyeth-3.46.tar.gz
(141.5 kB
view details)
Built Distribution
moodyeth-3.46-py3-none-any.whl
(47.2 kB
view details)
File details
Details for the file moodyeth-3.46.tar.gz
.
File metadata
- Download URL: moodyeth-3.46.tar.gz
- Upload date:
- Size: 141.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.26.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3657192d76c8f29d26ea4e90275f1dd4b81fb6844e5ef5bb52a4afcf38ad9123 |
|
MD5 | 23f33e03638c57b03ad2a592bf907506 |
|
BLAKE2b-256 | ad64232636d6ce1fa5059a312fda4d28fa3e7099b9c7b2e27b6c25320aa05a5d |
File details
Details for the file moodyeth-3.46-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.46-py3-none-any.whl
- Upload date:
- Size: 47.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.26.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f62141811a9d469fa787edec4966dcc6e452ca4a126ee52c47ba6a860e4855ae |
|
MD5 | 55830b8e74493fbd2a67fd615ac5d764 |
|
BLAKE2b-256 | 6a380c41ec0ccdff20827b4ebc1ded55a77cc84e148e127180b6c4f03c916f2b |