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.70.tar.gz
(205.9 kB
view details)
Built Distribution
moodyeth-3.70-py3-none-any.whl
(66.8 kB
view details)
File details
Details for the file moodyeth-3.70.tar.gz
.
File metadata
- Download URL: moodyeth-3.70.tar.gz
- Upload date:
- Size: 205.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 | 817ebc3854701a7f0273e6192c484e4a61c9d078aaec09936893017152a954a4 |
|
MD5 | 05c1f5c82e4b16ad4969b543a2fcd539 |
|
BLAKE2b-256 | 830301a1249d8dc69407c6418cc0fa347a94c2cedad325af11b4442acc35d442 |
File details
Details for the file moodyeth-3.70-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.70-py3-none-any.whl
- Upload date:
- Size: 66.8 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 | 2ef13a31c27b8ea208e93b83e0a3135d9573d92165d19f08fbb5a76396fca9cd |
|
MD5 | 68e15f00d887c3a2114e3609251b4fd2 |
|
BLAKE2b-256 | 8be41785ae25fdd7261bd00538b3e32b70b0b26955981a6b161837e2ee011df6 |