Skip to main content

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

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 hashes)

Uploaded Source

Built Distribution

pydena-1.0.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

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