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.85.tar.gz
(215.4 kB
view details)
Built Distribution
moodyeth-3.85-py3-none-any.whl
(68.9 kB
view details)
File details
Details for the file moodyeth-3.85.tar.gz
.
File metadata
- Download URL: moodyeth-3.85.tar.gz
- Upload date:
- Size: 215.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.27.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 312eee27ed3c0c5a0d9e91bbb4643bf7f48e435a9a216aaf85ffd60470b46913 |
|
MD5 | 280032fd68c7597c8b38a8821c66330f |
|
BLAKE2b-256 | c4c2b78239c1aca8be0516e2e9bd29c3b1a0b9bd319cbd2feebe4e8ce418cdd6 |
File details
Details for the file moodyeth-3.85-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.85-py3-none-any.whl
- Upload date:
- Size: 68.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.27.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6782bae914beca9db187e9c8b94fd42a896c79531a8bbba1b22614cb722e35b |
|
MD5 | c23436782e680028c8e62f3fb4654fce |
|
BLAKE2b-256 | dce793c8d43f7dc949b4869ea5dbc3868007fcef4c4223af8051d20f0daccf20 |