[![PyPI Version](https://img.shields.io/pypi/v/defichain.svg?color=green)](https://pypi.org/project/defichain)
[![PyPI Python Version](https://img.shields.io/pypi/pyversions/defichain.svg)](https://pypi.org/project/defichain)
[![Documentation Status](https://readthedocs.org/projects/pytest/badge/?version=latest)](https://docs.defichain-python.de/)
[![Tests](https://github.com/eric-volz/DefichainPython/actions/workflows/tests.yml/badge.svg)](https://github.com/eric-volz/DefichainPython/actions/workflows/tests.yml)
[![Downloads](https://static.pepy.tech/personalized-badge/defichain?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/defichain)
# [DefichainPython](https://github.com/eric-volz/DefichainPython)
## Welcome to Defichain's Python Library
Welcome to the Python Library for the Defichain!
This is a community funded project to make it easier for the user to communicate with the defichain blockchain.
There are currently three use cases of this Library:
1. Easy and seamless connection to a defichain node via python: [Node / RPC](https://docs.defichain-python.de/build/html/api/node/index.html)
2. Easy to use Ocean integration to query data from the blockchain: [Ocean](https://docs.defichain-python.de/build/html/api/ocean/index.html)
3. A simple way to calculate all addresses and private keys truth a wallet integration: [HDWallet](https://docs.defichain-python.de/build/html/api/hdwallet/index.html)
## Installation
Download the PyPi package:
```
pip install defichain -U
```
Clone the GitHub Repository:
```
git clone https://github.com/eric-volz/DefichainPython.git
```
If you want to get started quick, read the [Quickstart](https://docs.defichain-python.de/build/html/instructions/quickstart.html) guide to get an overview of the library.
## Progress and Updates
If you want to view the progress of the project, look here: [Progress and Updates](https://docs.defichain-python.de/build/html/instructions/progressAndUpdates.html)
## [Community](https://docs.defichain-python.de/build/html/legal/community.html)
This [project](https://github.com/DeFiCh/dfips/issues/133) is funded by the Defichain Community:
Thank you for your trust! If you have suggestions for improvement
or other ideas open an [issue](https://github.com/eric-volz/DefichainPython/issues),
write me on [Twitter](https://twitter.com/Intr0c) or via email (introc@volz.link)!
## [License & Disclaimer](https://docs.defichain-python.de/build/html/legal/licenseAndDisclaimer.html)
By using (this repo), you (the user) agree to be bound by the
[terms of this license](https://github.com/eric-volz/defichainLibrary/blob/main/LICENSE) (MIT License).
Raw data
{
"_id": null,
"home_page": "https://github.com/eric-volz/DefichainPython",
"name": "defichainTest",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,defichain,node,ocean,mnemonic,wallet,privateKey,transactions,raw transactions,P2PKH,P2SH,P2WPKH,DefiTx,custom transaction",
"author": "Intr0c",
"author_email": "introc@volz.link",
"download_url": "https://files.pythonhosted.org/packages/c7/f3/12f086f9db1492aa61f35467e622ddce8a9046512b88ff5521cf4957a6d0/defichainTest-0.0.1b0.tar.gz",
"platform": null,
"description": "[![PyPI Version](https://img.shields.io/pypi/v/defichain.svg?color=green)](https://pypi.org/project/defichain)\n[![PyPI Python Version](https://img.shields.io/pypi/pyversions/defichain.svg)](https://pypi.org/project/defichain)\n[![Documentation Status](https://readthedocs.org/projects/pytest/badge/?version=latest)](https://docs.defichain-python.de/)\n[![Tests](https://github.com/eric-volz/DefichainPython/actions/workflows/tests.yml/badge.svg)](https://github.com/eric-volz/DefichainPython/actions/workflows/tests.yml)\n[![Downloads](https://static.pepy.tech/personalized-badge/defichain?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/defichain)\n\n# [DefichainPython](https://github.com/eric-volz/DefichainPython)\n\n## Welcome to Defichain's Python Library\n\nWelcome to the Python Library for the Defichain!\n\nThis is a community funded project to make it easier for the user to communicate with the defichain blockchain.\n\nThere are currently three use cases of this Library: \n\n1. Easy and seamless connection to a defichain node via python: [Node / RPC](https://docs.defichain-python.de/build/html/api/node/index.html)\n2. Easy to use Ocean integration to query data from the blockchain: [Ocean](https://docs.defichain-python.de/build/html/api/ocean/index.html)\n3. A simple way to calculate all addresses and private keys truth a wallet integration: [HDWallet](https://docs.defichain-python.de/build/html/api/hdwallet/index.html)\n\n## Installation\n\nDownload the PyPi package:\n```\npip install defichain -U\n```\nClone the GitHub Repository:\n```\ngit clone https://github.com/eric-volz/DefichainPython.git\n```\n\nIf you want to get started quick, read the [Quickstart](https://docs.defichain-python.de/build/html/instructions/quickstart.html) guide to get an overview of the library.\n\n## Progress and Updates\nIf you want to view the progress of the project, look here: [Progress and Updates](https://docs.defichain-python.de/build/html/instructions/progressAndUpdates.html)\n\n## [Community](https://docs.defichain-python.de/build/html/legal/community.html)\n\nThis [project](https://github.com/DeFiCh/dfips/issues/133) is funded by the Defichain Community:\nThank you for your trust! If you have suggestions for improvement\nor other ideas open an [issue](https://github.com/eric-volz/DefichainPython/issues), \nwrite me on [Twitter](https://twitter.com/Intr0c) or via email (introc@volz.link)!\n\n## [License & Disclaimer](https://docs.defichain-python.de/build/html/legal/licenseAndDisclaimer.html)\n\nBy using (this repo), you (the user) agree to be bound by the \n[terms of this license](https://github.com/eric-volz/defichainLibrary/blob/main/LICENSE) (MIT License).\n",
"bugtrack_url": null,
"license": "",
"summary": "Defichain Python Library",
"version": "0.0.1b0",
"project_urls": {
"Homepage": "https://github.com/eric-volz/DefichainPython"
},
"split_keywords": [
"python",
"defichain",
"node",
"ocean",
"mnemonic",
"wallet",
"privatekey",
"transactions",
"raw transactions",
"p2pkh",
"p2sh",
"p2wpkh",
"defitx",
"custom transaction"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6c2a753fe414041901c94fc8a1f36dc9c19ef6e561a78395914a373cfd6dfcb5",
"md5": "b5af42640b0ebaf2d766311daa95e1ea",
"sha256": "469ca603de76a7a8b29e3b7f7528aa44694d92df5dd2fafc3f757342739116fa"
},
"downloads": -1,
"filename": "defichainTest-0.0.1b0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b5af42640b0ebaf2d766311daa95e1ea",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 249426,
"upload_time": "2023-06-20T19:17:18",
"upload_time_iso_8601": "2023-06-20T19:17:18.493894Z",
"url": "https://files.pythonhosted.org/packages/6c/2a/753fe414041901c94fc8a1f36dc9c19ef6e561a78395914a373cfd6dfcb5/defichainTest-0.0.1b0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7f312f086f9db1492aa61f35467e622ddce8a9046512b88ff5521cf4957a6d0",
"md5": "a9111cf55249eef67a9c029ed9326dbe",
"sha256": "1c44e8f973f6d941e440bce55c594be9f88f0f44bc02f8e2bafd4ce3af0e24e5"
},
"downloads": -1,
"filename": "defichainTest-0.0.1b0.tar.gz",
"has_sig": false,
"md5_digest": "a9111cf55249eef67a9c029ed9326dbe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 202037,
"upload_time": "2023-06-20T19:17:20",
"upload_time_iso_8601": "2023-06-20T19:17:20.147745Z",
"url": "https://files.pythonhosted.org/packages/c7/f3/12f086f9db1492aa61f35467e622ddce8a9046512b88ff5521cf4957a6d0/defichainTest-0.0.1b0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-20 19:17:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "eric-volz",
"github_project": "DefichainPython",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "defichaintest"
}