Skip to main content

A Python API for interacting with Ethereum based networks

Project description

A Python API for interacting with the Ether (ETH)

https://img.shields.io/pypi/v/moodyeth.svg https://img.shields.io/pypi/pyversions/moodyeth.svg https://api.travis-ci.com/tokenchain/moodyeth.svg?branch=master https://img.shields.io/github/issues/tokenchain/moodyeth.svg https://img.shields.io/github/issues-pr/tokenchain/moodyeth.svg

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

This version

3.31

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.31.tar.gz (34.6 kB view hashes)

Uploaded Source

Built Distribution

moodyeth-3.31-py3-none-any.whl (42.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page