A simple sdk for ethswarm
Project description
ETH Swarm Python SDK
!! This project is still under development !!
Usage
from pyethswarm import debug_api, api
# debug api finish
debug_client = debug_api.Client()
print(debug_client.get_balances())
print(debug_client.get_balances('bbcbbac81f89966a90118584a3ec2f75ee33661f02cf1fa6c3e277767be20c5a'))
print('列出所有未兑现的支票')
print(debug_client.list_all_uncashed())
print('兑现所有支票,金额>1000')
print(debug_client.cashout())
# api todo
api_client = api.Client()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyethswarm-0.0.2.tar.gz
(4.4 kB
view details)
File details
Details for the file pyethswarm-0.0.2.tar.gz
.
File metadata
- Download URL: pyethswarm-0.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 545c2839485a68170e80503a67df0c7e16d8fba115d219f158eb43072b9716a4 |
|
MD5 | df8b537105f57f449b723ff39aee48f2 |
|
BLAKE2b-256 | d1576fcab276ccc1a80691f21668995f593c19dc0664ef2cade8f7ee658b4844 |