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.38.tar.gz
(35.1 kB
view details)
Built Distribution
moodyeth-3.38-py3-none-any.whl
(43.1 kB
view details)
File details
Details for the file moodyeth-3.38.tar.gz
.
File metadata
- Download URL: moodyeth-3.38.tar.gz
- Upload date:
- Size: 35.1 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 | ad4844f9965a4ccef5478f3a65308534d98b5513b9dc5dc728d58578d789bc60 |
|
MD5 | 32ce5c210a05aec31e37f2ff27cca625 |
|
BLAKE2b-256 | cd5b70c46f392b861b13b87ecff5ee407b79571b5e1b3c25ef28934ed27950d0 |
File details
Details for the file moodyeth-3.38-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.38-py3-none-any.whl
- Upload date:
- Size: 43.1 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 | 7a4fed54248294e220073d748555ef05e50f7fa261a157674628cb4652cebf55 |
|
MD5 | bb66da078709e3c7bc2a1b64aa6dc7f0 |
|
BLAKE2b-256 | 0f26ce7b863605c745ca51da0898867afe1255c1bd035de95ab98abfbb4fc289 |