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

etheroll-20191108.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

etheroll-20191108-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: etheroll-20191108.tar.gz
  • Upload date:
  • Size: 9.4 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 etheroll-20191108.tar.gz
Algorithm Hash digest
SHA256 da023e312499e958449e1e658fbf4761b261b0b69d34b9056246cab4b223fd84
MD5 f24c34a9ec8ada994e058828c1f314fb
BLAKE2b-256 b66108c36d65ed7f9ea018cb894dcb31b8275d1504d415c74200e87cf29091f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: etheroll-20191108-py3-none-any.whl
  • Upload date:
  • Size: 11.9 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 etheroll-20191108-py3-none-any.whl
Algorithm Hash digest
SHA256 c1c9c6f0a4a5f4af5d3dcd75373d8e3f47611c920b4e7f95899d97b4d8e54e6e
MD5 54113f55cafc4ae425733da05f974686
BLAKE2b-256 ac748f30b9809468fd65212ccd8a9e134fb06585ce363dea29736cc833394c0b

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