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.58.tar.gz
(193.6 kB
view details)
Built Distribution
moodyeth-3.58-py3-none-any.whl
(64.4 kB
view details)
File details
Details for the file moodyeth-3.58.tar.gz
.
File metadata
- Download URL: moodyeth-3.58.tar.gz
- Upload date:
- Size: 193.6 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 | ab408921675a2f8b0227444e0fd4bf54d1b407f9489b920af6a5a598e48c01c6 |
|
MD5 | f4fe918c1e1e7d62fa9e730f2632174d |
|
BLAKE2b-256 | 33e1ef23d17e6b1fb90d50ce8aaa6b258691ff32421a249562ab048adad4e146 |
File details
Details for the file moodyeth-3.58-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.58-py3-none-any.whl
- Upload date:
- Size: 64.4 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 | 6d6e041af08a608d34f1f753f386ef85f7d5d012c87f81e485ca03bf431dc3b0 |
|
MD5 | 4fb8cf57a97dec2154b61532232b9b15 |
|
BLAKE2b-256 | 7bc1e10735129541e91058d1ee20aec724598a7307dea20d49adec924461b037 |