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.44.tar.gz
(141.4 kB
view details)
Built Distribution
moodyeth-3.44-py3-none-any.whl
(47.2 kB
view details)
File details
Details for the file moodyeth-3.44.tar.gz
.
File metadata
- Download URL: moodyeth-3.44.tar.gz
- Upload date:
- Size: 141.4 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 | d53b055469a62021d5468b0d101f65ad70bb3ffd6965e88f7aefde24efc9148f |
|
MD5 | 229ff7e1865a50eb9ccb7ae2b83636eb |
|
BLAKE2b-256 | bb7d61a45db79fbfaf165c88354880758aadc63e9be1a1df3c85013b12b75fa6 |
File details
Details for the file moodyeth-3.44-py3-none-any.whl
.
File metadata
- Download URL: moodyeth-3.44-py3-none-any.whl
- Upload date:
- Size: 47.2 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 | 68b29c2e9ab9e2773e06ce13ce24855d65e485df79b4580174762ea60872b670 |
|
MD5 | 933cbaa5478a4a4d896885ec743604ba |
|
BLAKE2b-256 | a9bebd68c1d2e2519c6110ef222c8ef5b2e501c5b44bb34eba20f822f7041a7b |