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.24.tar.gz
(34.0 kB
view details)
Built Distribution
moodyeth-3.24-py3-none-any.whl
(41.7 kB
view details)
File details
Details for the file moodyeth-3.24.tar.gz
.
File metadata
- Download URL: moodyeth-3.24.tar.gz
- Upload date:
- Size: 34.0 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 | 1d8751be3c02118ccbe67ffa955a019f18661eeb700cfdd44e33631c2669fdb5 |
|
MD5 | 475c535dc664b901dc983c1f53daa50b |
|
BLAKE2b-256 | e71384fc0bae14e2ea065d59ba04b6c40082ed5bc1f19a8693b6d558a0de8552 |
File details
Details for the file moodyeth-3.24-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.24-py3-none-any.whl
- Upload date:
- Size: 41.7 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 | bb2292440218a8d38ba6b97f67d5848d3cb454e1422da8b5fb4d13184106eb24 |
|
MD5 | edab498a6f1020cf59585fe3d38fae85 |
|
BLAKE2b-256 | f1156b89ca750fcc368c7fd54e88a232290696d6ca2588e4b43b8eebbf91c84a |