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.57.tar.gz
(192.9 kB
view details)
Built Distribution
moodyeth-3.57-py3-none-any.whl
(64.3 kB
view details)
File details
Details for the file moodyeth-3.57.tar.gz
.
File metadata
- Download URL: moodyeth-3.57.tar.gz
- Upload date:
- Size: 192.9 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 | 1d22e5b147a2846226c26250bac40a2e9bf58b317795b0a86727d7f6cd1d515b |
|
MD5 | 8e65827586dac74dae5559226c81c4b5 |
|
BLAKE2b-256 | 91297f71a3f882274fffccd076238632a3106e9105f82d21282c2131cb194492 |
File details
Details for the file moodyeth-3.57-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.57-py3-none-any.whl
- Upload date:
- Size: 64.3 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 | 1808aa1443cea30d211cf3785a07c3ccf12cc204aa4e414c20b3490a15db564e |
|
MD5 | 813a7b44787491dbb81ea176e3ab5c92 |
|
BLAKE2b-256 | 0f29bfacc0f4d998b2bde762015ca80d5cd8311e79bee37ee87995118e759e63 |