{"id":15637051,"url":"https://github.com/emesik/cardano-python","last_synced_at":"2025-08-23T20:03:05.739Z","repository":{"id":45954321,"uuid":"343385591","full_name":"emesik/cardano-python","owner":"emesik","description":"Python module for handling Cardano cryptocurrency","archived":false,"fork":false,"pushed_at":"2022-04-27T11:25:16.000Z","size":188,"stargazers_count":114,"open_issues_count":7,"forks_count":17,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-09T16:45:01.167Z","etag":null,"topics":["blockchain","cardano","cryptocurrency","payment","wallet"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emesik.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-01T11:03:56.000Z","updated_at":"2024-10-14T08:47:35.000Z","dependencies_parsed_at":"2022-09-02T18:43:12.699Z","dependency_job_id":null,"html_url":"https://github.com/emesik/cardano-python","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesik%2Fcardano-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesik%2Fcardano-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesik%2Fcardano-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emesik%2Fcardano-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emesik","download_url":"https://codeload.github.com/emesik/cardano-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230345781,"owners_count":18211997,"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":["blockchain","cardano","cryptocurrency","payment","wallet"],"created_at":"2024-10-03T11:09:44.193Z","updated_at":"2024-12-18T22:07:05.578Z","avatar_url":"https://github.com/emesik.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python Cardano module\n=====================\n\n**This software is in development phase. Please consider it experimental and don't rely on any\nAPI to be stable before version 1.0 comes.**\n\nThere's release 0.8.2 available. It is usable for basic payment acceptance and spending but more\nadvanced features haven't been well tested yet.\n\nPrerequisites\n-------------\n\n1. You need to have a `cardano-node` running.\n2. You need to have a `cardano-wallet` running and connected to the node.\n3. The rest you find in the `documentation`_.\n\nPlease note it is most safe to run both node and wallet software on your local machine. The network\nsecurity is well beyond the scope of this documentation, though. Also, I strongly recommend using\nthe Cardano *testnet* for any software development and testing.\n\n.. _`documentation`: http://cardano-python.readthedocs.io/en/latest/\n\nRoadmap\n-------\n\nThis module has been started as `an idea`_ submitted to the Catalyst Project. The funded part\nconcluded with version 0.7.\n\n.. _`an idea`: https://cardano.ideascale.com/a/dtd/Python-module/333770-48088\n\n+------------+---------+--------------------------------------------------------------------------+\n| date       | version | features                                                                 |\n+============+=========+==========================================================================+\n| 2021-03-16 | 0.1     | - classes for Wallet, Address and Transaction                            |\n|            |         | - create wallet from seed                                                |\n|            |         | - retrieve wallet                                                        |\n|            |         | - check balance                                                          |\n|            |         | - list historical transactions                                           |\n|            |         | - send transfer                                                          |\n+------------+---------+--------------------------------------------------------------------------+\n| 2021-03-28 | 0.2     | - fixed transaction API                                                  |\n|            |         | - listing native assets (other than ADA)                                 |\n|            |         | - docs for 0.1 features                                                  |\n+------------+---------+--------------------------------------------------------------------------+\n| 2021-04-11 | 0.3     | - add metadata to transactions                                           |\n|            |         | - docs for 0.2 features                                                  |\n+------------+---------+--------------------------------------------------------------------------+\n| 2021-04-18 | 0.4     | - fee estimation                                                         |\n+------------+---------+--------------------------------------------------------------------------+\n| 2021-04-25 | 0.5     | - stake                                                                  |\n|            |         | - unstake                                                                |\n|            |         | - docs for 0.4 features                                                  |\n+------------+---------+--------------------------------------------------------------------------+\n| 2021-05-17 | 0.6     | - UTXO stats                                                             |\n|            |         | - docs for 0.5 + 0.6 features                                            |\n+------------+---------+--------------------------------------------------------------------------+\n| 2021-08-08 | 0.7     | - advanced filtering of incoming and outgoing transfers                  |\n|            |         | - native assets transfer                                                 |\n+------------+---------+--------------------------------------------------------------------------+\n|            |         | **End of the Catalyst-funded phase**                                     |\n+------------+---------+--------------------------------------------------------------------------+\n| 2021-11-11 | 0.8     | - address validation                                                     |\n+------------+---------+--------------------------------------------------------------------------+\n| future     |         | - key operations (HD wallet key generation)                              |\n|            |         | - seed to key and vice versa conversion                                  |\n|            |         | - offline address generation (#8)                                        |\n|            |         | - native assets minting and burning (#13)                                |\n|            |         | - binary transaction backend (#10)                                       |\n|            |         | - coin selection                                                         |\n|            |         | - transaction forgetting                                                 |\n|            |         | - handling of Byron wallets                                              |\n|            |         | - Goguen features (smart contracts? #15)                                 |\n+------------+---------+--------------------------------------------------------------------------+\n\n\n**Q:** Why the roadmap above differs so much from the plan presented in Catalyst proposal?\n\n**A:** While developing the module I discovered that some of the features I had originally declared\nwere impossible to implement given the available tools. Also, the proposal lacked some features\nthat are important but somehow I missed them when proposing. The roadmap consists of items I found\nboth important and doable.\n\nDonate\n------\n\nIf you like to support the idea with a donation, the address is::\n\n    addr1qyjfql20ca09dnxrl3zdek40u24ylk6uqw3rf7p42p55xk8r26ptv047efk8fwmydynvawp4af7fr0xgjxqm7x9v32eq27496t\n\n.. image:: donate.qr.png\n\nThank you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femesik%2Fcardano-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femesik%2Fcardano-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femesik%2Fcardano-python/lists"}