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.

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-20191108.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

pyetheroll-20191108-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyetheroll-20191108.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8

File hashes

Hashes for pyetheroll-20191108.tar.gz
Algorithm Hash digest
SHA256 2cffc9141f4ecdf780cc78e4680099ab6c9451074bffbd5a6a269bb84cc3c7c7
MD5 7f7004e7a4a014d7a95ae66f764bef9e
BLAKE2b-256 c7f591ac022a620bc3a480c94e8ad26c527b3ec9c12b41d2ea168caeb7c1d6a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyetheroll-20191108-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8

File hashes

Hashes for pyetheroll-20191108-py3-none-any.whl
Algorithm Hash digest
SHA256 739a489f8453404a890001f4ad039ee54df68a7ea4cf6f15184f9d22df455a24
MD5 521bd075dc4a847636a22210a08c40ac
BLAKE2b-256 992f2eeb66aeba98ba2ec48e65c9da4d442668235b3b0e8ab9d7b57cb56c3ced

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