{"id":18057220,"url":"https://github.com/m4cs/pydena","last_synced_at":"2025-04-11T04:40:55.850Z","repository":{"id":62579859,"uuid":"365028199","full_name":"M4cs/pydena","owner":"M4cs","description":"Unofficial Python API Wrapper for idena-go RPC","archived":false,"fork":false,"pushed_at":"2021-05-12T19:52:08.000Z","size":47,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:49:02.052Z","etag":null,"topics":["api-wrapper","idena","idena-node","python-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/M4cs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-06T20:21:48.000Z","updated_at":"2021-12-06T00:23:14.000Z","dependencies_parsed_at":"2022-11-03T21:00:59.306Z","dependency_job_id":null,"html_url":"https://github.com/M4cs/pydena","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fpydena","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fpydena/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fpydena/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Fpydena/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M4cs","download_url":"https://codeload.github.com/M4cs/pydena/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345275,"owners_count":21088242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-wrapper","idena","idena-node","python-api"],"created_at":"2024-10-31T02:07:05.691Z","updated_at":"2025-04-11T04:40:55.821Z","avatar_url":"https://github.com/M4cs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pydena\n\nUnofficial Python API for [idena-go RPC](https://github.com/idena-network/idena-go)\n\nHelp Support Me by Donating iDNA to My Address \u003ca href='dna://send/v1?address=0x4206eab8425b662eeb603875cbbc9c18b663d214\u0026amount=1.0'\u003eHere\u003c/a\u003e\n\n# Requirements\n\n- Python 3.6+\n\n# Installation\n\n```\n# From pypi\npip install pydena\n\n# From source\ngit clone github.com/M4cs/pydena\ncd pydena\npython3 setup.py install\n```\n\n# Roadmap\n\n**RPC APIs:**\n\n- [X] IPFS API ✔\n- [X] Accounts API ✔\n- [X] Blockchain API ✔\n- [X] DNA API ✔\n- [ ] Net API ❌\n- [ ] Flip API ❌\n- [ ] Contracts API ❌\n\n**Idena API:**\n\nThis will be worked on after RPC. Version 2 will migrate API -\u003e pydena.RPC. pydena.API will become the http API for the explorer.\n\n# Usage\n\n**Initialize your API:**\n\n```py\nfrom pydena import API\n\n# Local Node with No API Key on http://localhost:9009\napi = API()\n\n# Local Node with API Key\napi = API(apikey='YOUR-API-KEY')\n\n# Remote node with API Key\napi = API('http://localhost:9999', 'YOUR-API-KEY')\n\n# Get Coinbase Address:\napi.getCoinbaseAddress()\n\n# Get Last Block:\napi.getLastBlock()\n\n# To get JSON responses, just pass `raw=True` to any API/RPC Call\napi.getLastBlock(raw=True)\n\n# See all in documentation below!\n```\n\n### View the official documentation [here](https://m4cs.github.io/pydena/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4cs%2Fpydena","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4cs%2Fpydena","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4cs%2Fpydena/lists"}