Skip to main content

Python library to Etheroll smart contract

Project description

pyetheroll

Build Status Coverage Status PyPI version Documentation Status

Python library to Etheroll smart contract

Usage

Simply set bet size, chances and wallet settings before rolling:

from pyetheroll.etheroll import Etheroll

etheroll = Etheroll()
bet_size_ether = 0.1
bet_size_wei = int(bet_size_ether * 1e18)
chances = 50
wallet_path = 'wallet.json'
wallet_password = 'password'

transaction = etheroll.player_roll_dice(
    bet_size_wei, chances, wallet_path, wallet_password)

It's also possible to set different contract address and chain ID:

from pyetheroll.constants import ChainID
from pyetheroll.etheroll import Etheroll

chain_id = ChainID.ROPSTEN
contract_address = '0xe12c6dEb59f37011d2D9FdeC77A6f1A8f3B8B1e8'
etheroll = Etheroll(chain_id, contract_address)

Find out more in docs/Examples.md.

API keys

Both Etherscan and Infura require API keys which are retrieved from the following environment variables:

  • ETHERSCAN_API_KEY (consumed by pyetheroll directly)
  • WEB3_INFURA_PROJECT_ID (consumed by web3.py)

Install

Latest stable release:

pip install pyetheroll

Development branch:

pip install --process-dependency-links \
https://github.com/AndreMiras/pyetheroll/archive/develop.zip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyetheroll-20200527.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

pyetheroll-20200527-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file pyetheroll-20200527.tar.gz.

File metadata

  • Download URL: pyetheroll-20200527.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.1

File hashes

Hashes for pyetheroll-20200527.tar.gz
Algorithm Hash digest
SHA256 af22bd99f6af81d86143a50c1b4ed984005ef8ea100a7851a65f810a975c835b
MD5 70a7eb65063a67dc82003051b7657cbd
BLAKE2b-256 e18cee1a60f3bff3ec7d53c5e25191433fdc710f94126b7edf9fde8ec328914a

See more details on using hashes here.

File details

Details for the file pyetheroll-20200527-py3-none-any.whl.

File metadata

  • Download URL: pyetheroll-20200527-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.1

File hashes

Hashes for pyetheroll-20200527-py3-none-any.whl
Algorithm Hash digest
SHA256 6a785146361a4f1561827a64344c05a9999ac3092b181a4632babc945b2c9930
MD5 cc17ca323bc7b9411bc6606eb1e9030c
BLAKE2b-256 8fae39a01653065433baaefde0080c4013a1349f27c6a7e34fccd4596104dafd

See more details on using hashes here.

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