Blockchain access to Ideum
Reason this release was yanked:
Please use current version (0.0.1)
Project description
IMPORTANT This project is not released yet
1. Installation
pip3 install pydeum
2. Usage
You can use pydeum in many different ways, such as to get transactions or check addresses.
2.1. Transactions
import pydeum as pyd
# Add a transaction to the mempool
pyd.push("from_address", "to_address", 100)
# Review a transaction
pyd.check("from_address", "to_address", 100)
# Get 10 last transactions from an address
pyd.get("address", 10)
# Get the current balance of an address
pyd.balance("address", 10)
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
pydeum-0.0.2.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydeum-0.0.2.tar.gz.
File metadata
- Download URL: pydeum-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3291f3526b9806433ab8d6a8f048ade4a23b38f1d3ec9ef306766796523dcd5
|
|
| MD5 |
232ced8eeb27704f454ae08d0cd1182c
|
|
| BLAKE2b-256 |
0e2213748ac365c2967bb83fec508b73686584faea04b27aa1bb3c1f144f59fb
|
File details
Details for the file pydeum-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pydeum-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b3fa8b37ac3be68a139889df514bace15fa1d541f7a892f6d2d9c21e22f2778
|
|
| MD5 |
426994d0d96dee5852fd43ad9823c4fd
|
|
| BLAKE2b-256 |
330f8e7577b1d91934cdb70dca5ef8dfc02dea687b4d52b2d40624ef9f30882a
|