Unofficial idena-go RPC API Python Wrapper
Project description
pydena
Unofficial Python API for idena-go RPC
Requirements
- Python 3.6+
Installation
# From pypi
pip install pydena
# From source
git clone github.com/M4cs/pydena
cd pydena
python3 setup.py install
Roadmap
- IPFS API ✔
- Accounts API ✔
- DNA API ✔
- Blockchain API (Partially Complete) 💻
- Contracts API ❌
Usage
Initialize your API:
from pydena import API
api = API('http://localhost:9999', 'YOUR-API-KEY')
Use the provided API calls:
# Get Coinbase Address:
api.getCoinbaseAddress()
# Get Last Block:
api.getLastBlock()
View the official documentation here
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
pydena-1.0.1.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file pydena-1.0.1.tar.gz
.
File metadata
- Download URL: pydena-1.0.1.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a86e390c49549136454220f6fd28fff321cd77cb5604ba6cd86e553b7bcf7202 |
|
MD5 | 1b3a795b36fca5f98284f9263ff8f0f0 |
|
BLAKE2b-256 | 09c7021437bd4263daf3a2c715779228e4a8f0711dc80b4c9b238fca8a88b7ce |
File details
Details for the file pydena-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pydena-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a383e714de2dad25b0c5f97b8d160a5df7f73e46d444f01204a290e5831462f8 |
|
MD5 | 6d9f057cbe6af4a6631e4d1459a0ccb9 |
|
BLAKE2b-256 | 80d83e2ede68c36f08baf82ce71e3feb5604b1a21f2fe8ddacfa4210588d2208 |