rstms / ape-apeman

An opinionated alternative interface to the most excellent eth-ape modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ape-apeman

An opinionated alternative api for the most excellent eth-ape project.

  • 12-factor compliant
  • embeddable in a service
  • independent of user interaction

Image

Image

Image

Image

manager module facilitating use of eth-ape functions

Credits

This is a merely a wrapper around ApeWorX eth-ape

This package was created with Cookiecutter and rstms/cookiecutter-python-cli, a fork of the audreyr/cookiecutter-pypackage project template.

audreyr/cookiecutter audreyr/cookiecutter-pypackage rstms/cookiecutter-python-cli

Usage: apeman [OPTIONS] COMMAND [ARGS]...

Options:
  --version               Show the version and exit.
  -e, --ecosystem TEXT    [env var: APE_ECOSYSTEM; required]
  -n, --network TEXT      [env var: APE_NETWORK; required]
  -p, --provider TEXT     [env var: APE_PROVIDER; required]
  -d, --debug             debug mode
  -j, --json / -r, --raw  select output format
  -c, --compact           output compact json
  -h, --humanize          human-friendly (but lossy) output
  --help                  Show this message and exit.

Commands:
  balance  output account balance
  eth      expose web3.eth methods
  txn      output transaction receipt

About

An opinionated alternative interface to the most excellent eth-ape modules

License:MIT License


Languages

Language:Python 70.9%Language:Makefile 29.1%