wuddz-dapp


Namewuddz-dapp JSON
Version 1.0.4 PyPI version JSON
download
home_page
SummaryMulti-Purpose ERC20 Dapp, Create Accounts, Check Balances, Make Transactions, Deploy Verify & Interact With Smart Contracts, Swap ERC20 Tokens, Interact With Exchange Using Api Authentication, Convert Crypto To Crypto Value & Get Token Prices In USD
upload_time2023-10-30 19:42:52
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT License Copyright (c) 2023 Wuddz-Devs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords crypto dapp erc20 ethereum exchange trade transactions web3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- @format -->
<img width =100%  src = "https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/dapp.png">
<h1 align ="center">WUDDZ-DAPP</h1>
<br>

## Description
 - Wuddz-Dapp Is An Awesomely Coded Web3 (Infura Apikey Required) Decentralized Application In Python, For Everyday Cryptocurrency Needs.
   
 - Create Accounts, Get All Token Balances & Usd Value For An Account/Wallet, Make Transactions
 
 - Deploy Verify & Interact With Smart Contracts, Swap ERC20 Tokens Using 0x Api Quotes (Apikey Required), Get Crypto Value In Other Currencies
 
 - Get Token Prices In USD, Interact With An Exchange (Via Api Authentication) Using Ccxt Api (The Best Trading API On The Planet)
 
 - Decode Base64 Encoded Strings.
 
 - I Wrote This Application At The Height Of The Web3 Craze, 
 
 - I've Seen Way Too Many People Being Scammed & Taken Advantage Of
 
 - All From Visiting Shady Websites Or Using Circumspect Software, Namely Web Browsers
 
 - Wuddz-Dapp Is Safe And It Gets The Job Done Period.
 
 - Fully Updated & Good To Go.

## Requirements
 - python
 - ccxt
 - pycoingecko
 - requests
 - setuptools
 - web3

## Installation
Install using [PyPI](https://pypi.org/project/wuddz-dapp):
```
$ pip install wuddz-dapp
```
Install locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:
```
$ pip install wuddz_dapp-1.0.4.tar.gz
```
Then to launch Wuddz-Dapp, execute the following in the terminal:
```
$ wudz-dapp
```
Then to launch Wuddz-Dapp Exchange_API, execute the following in the terminal:
```
$ wudz-eapi
```

### Library
Get Current Price Of Ethereum In USD.
```
>>> from wuddz_dapp import dapp
>>> dp=dapp.Dapp()
>>> dp.get_price('ethereum')
1782.58
```
Get Ethereum Balance On Ethereum Mainnet.
```
>>> from wuddz_dapp import dapp
>>> dp=dapp.Dapp()
>>> dp.block_network(nc='mainnet')
>>> dp.eth_value('0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045')
Decimal('935.143444994707078128')
```
Get Ethereum Address/Ens Name On Ethereum Mainnet.
```
>>> from wuddz_dapp import dapp
>>> dp=dapp.Dapp()
>>> dp.block_network(nc='mainnet')
>>> dp.ens_addr('0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045')
'vitalik.eth'
```
Get USDT(Tether) Contract Address On Ethereum Mainnet.
```
>>> from wuddz_dapp import dapp
>>> dp=dapp.Dapp()
>>> dp.block_network(nc='mainnet')
>>> dp.tkn_address('USDT', n='mainnet')
'0xdac17f958d2ee523a2206206994597c13d831ec7'
```
Authenticate To Bybit Testnet Exchange With Required API Credentials & Print 'BTC/USD:BTC' Token Info Result Dictionary.
```
>>> from wuddz_dapp import exchange_api
>>> eapi=exchange_api.Exchange()
>>> exd={
...     'enableRateLimit': True,
...     'options': {'adjustForTimeDifference': True},
...     'apiKey': 'exchangeapikeyhere',
...     'secret': 'exchangesecrethere'
...     }
>>> eapi._exchange('bybit', exd, tn='t')
>>> eapi.token_info('BTC/USD:BTC')
{'symbol': 'BTC/USD:BTC', 'timestamp': None, 'datetime': None, 'high': 34294.0, 'low': 33000.0, 'bid': 33643.5, 'bidVolume': 115966.0, 'ask': 33647.0, 'askVolume': 102616.0, 'vwap': 2.9425371718953e-05, 'open': 33982.5, 'close': 33647.0, 'last': 33647.0, 'previousClose': None, 'change': -335.5, 'percentage': -0.9872, 'average': 33814.75, 'baseVolume': 1017340443.0, 'quoteVolume': 29935.6207, 'info': {'symbol': 'BTCUSD', 'lastPrice': '33647.00', 'indexPrice': '33638.12', 'markPrice': '33642.01', 'prevPrice24h': '33982.50', 'price24hPcnt': '-0.009872', 'highPrice24h': '34294.00', 'lowPrice24h': '33000.00', 'prevPrice1h': '33515.00', 'openInterest': '43895114', 'openInterestValue': '1304.77', 'turnover24h': '29935.6207', 'volume24h': '1017340443', 'fundingRate': '0.0001', 'nextFundingTime': '1698451200000', 'predictedDeliveryPrice': '', 'basisRate': '', 'deliveryFeeRate': '', 'deliveryTime': '0', 'ask1Size': '102616', 'bid1Price': '33643.50', 'ask1Price': '33647.00', 'bid1Size': '115966', 'basis': ''}}
```

## Video:
- https://youtu.be/SjESwOpwh7w

## Contact Info:
 - Email:     wuddz_devs@protonmail.com
 - Github:    https://github.com/wuddz-devs
 - Telegram:  https://t.me/wuddz_devs
 - Youtube:   https://youtube.com/@wuddz-devs
 - Reddit:    https://reddit.com/user/wuddz-devs

### Buy Me A Coffee!!
![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/eth.png)
 - ERC20:    0xbF4d5309Bc633d95B6a8fe60E6AF490F11ed2Dd1

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/btc.png)
 - BTC:    bc1qa7ssx0e4l6lytqawrnceu6hf5990x4r2uwuead

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/ltc.png)
 - LTC:      LdbcFiQVUMTfc9eJdc5Gw2nZgyo6WjKCj7

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/doge.png)
 - DOGE:     DFwLwtcam7n2JreSpq1r2rtkA48Vos5Hgm

![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/tron.png)
 - TRON:     TY6e3dWGpqyn2wUgnA5q63c88PJzfDmQAD

#### Enjoy my awesome creativity!!
#### Peace & Love Always!!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wuddz-dapp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "crypto,dapp,erc20,ethereum,exchange,trade,transactions,web3",
    "author": "",
    "author_email": "Wuddz-Devs <wuddz_devs@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6a/b1/c1ab05f8dde6c4072e3da6732a1af131263de3a1e90dae74fe7015a8bd6e/wuddz_dapp-1.0.4.tar.gz",
    "platform": null,
    "description": "<!-- @format -->\n<img width =100%  src = \"https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/dapp.png\">\n<h1 align =\"center\">WUDDZ-DAPP</h1>\n<br>\n\n## Description\n - Wuddz-Dapp Is An Awesomely Coded Web3 (Infura Apikey Required) Decentralized Application In Python, For Everyday Cryptocurrency Needs.\n   \n - Create Accounts, Get All Token Balances & Usd Value For An Account/Wallet, Make Transactions\n \n - Deploy Verify & Interact With Smart Contracts, Swap ERC20 Tokens Using 0x Api Quotes (Apikey Required), Get Crypto Value In Other Currencies\n \n - Get Token Prices In USD, Interact With An Exchange (Via Api Authentication) Using Ccxt Api (The Best Trading API On The Planet)\n \n - Decode Base64 Encoded Strings.\n \n - I Wrote This Application At The Height Of The Web3 Craze, \n \n - I've Seen Way Too Many People Being Scammed & Taken Advantage Of\n \n - All From Visiting Shady Websites Or Using Circumspect Software, Namely Web Browsers\n \n - Wuddz-Dapp Is Safe And It Gets The Job Done Period.\n \n - Fully Updated & Good To Go.\n\n## Requirements\n - python\n - ccxt\n - pycoingecko\n - requests\n - setuptools\n - web3\n\n## Installation\nInstall using [PyPI](https://pypi.org/project/wuddz-dapp):\n```\n$ pip install wuddz-dapp\n```\nInstall locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:\n```\n$ pip install wuddz_dapp-1.0.4.tar.gz\n```\nThen to launch Wuddz-Dapp, execute the following in the terminal:\n```\n$ wudz-dapp\n```\nThen to launch Wuddz-Dapp Exchange_API, execute the following in the terminal:\n```\n$ wudz-eapi\n```\n\n### Library\nGet Current Price Of Ethereum In USD.\n```\n>>> from wuddz_dapp import dapp\n>>> dp=dapp.Dapp()\n>>> dp.get_price('ethereum')\n1782.58\n```\nGet Ethereum Balance On Ethereum Mainnet.\n```\n>>> from wuddz_dapp import dapp\n>>> dp=dapp.Dapp()\n>>> dp.block_network(nc='mainnet')\n>>> dp.eth_value('0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045')\nDecimal('935.143444994707078128')\n```\nGet Ethereum Address/Ens Name On Ethereum Mainnet.\n```\n>>> from wuddz_dapp import dapp\n>>> dp=dapp.Dapp()\n>>> dp.block_network(nc='mainnet')\n>>> dp.ens_addr('0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045')\n'vitalik.eth'\n```\nGet USDT(Tether) Contract Address On Ethereum Mainnet.\n```\n>>> from wuddz_dapp import dapp\n>>> dp=dapp.Dapp()\n>>> dp.block_network(nc='mainnet')\n>>> dp.tkn_address('USDT', n='mainnet')\n'0xdac17f958d2ee523a2206206994597c13d831ec7'\n```\nAuthenticate To Bybit Testnet Exchange With Required API Credentials & Print 'BTC/USD:BTC' Token Info Result Dictionary.\n```\n>>> from wuddz_dapp import exchange_api\n>>> eapi=exchange_api.Exchange()\n>>> exd={\n...     'enableRateLimit': True,\n...     'options': {'adjustForTimeDifference': True},\n...     'apiKey': 'exchangeapikeyhere',\n...     'secret': 'exchangesecrethere'\n...     }\n>>> eapi._exchange('bybit', exd, tn='t')\n>>> eapi.token_info('BTC/USD:BTC')\n{'symbol': 'BTC/USD:BTC', 'timestamp': None, 'datetime': None, 'high': 34294.0, 'low': 33000.0, 'bid': 33643.5, 'bidVolume': 115966.0, 'ask': 33647.0, 'askVolume': 102616.0, 'vwap': 2.9425371718953e-05, 'open': 33982.5, 'close': 33647.0, 'last': 33647.0, 'previousClose': None, 'change': -335.5, 'percentage': -0.9872, 'average': 33814.75, 'baseVolume': 1017340443.0, 'quoteVolume': 29935.6207, 'info': {'symbol': 'BTCUSD', 'lastPrice': '33647.00', 'indexPrice': '33638.12', 'markPrice': '33642.01', 'prevPrice24h': '33982.50', 'price24hPcnt': '-0.009872', 'highPrice24h': '34294.00', 'lowPrice24h': '33000.00', 'prevPrice1h': '33515.00', 'openInterest': '43895114', 'openInterestValue': '1304.77', 'turnover24h': '29935.6207', 'volume24h': '1017340443', 'fundingRate': '0.0001', 'nextFundingTime': '1698451200000', 'predictedDeliveryPrice': '', 'basisRate': '', 'deliveryFeeRate': '', 'deliveryTime': '0', 'ask1Size': '102616', 'bid1Price': '33643.50', 'ask1Price': '33647.00', 'bid1Size': '115966', 'basis': ''}}\n```\n\n## Video:\n- https://youtu.be/SjESwOpwh7w\n\n## Contact Info:\n - Email:     wuddz_devs@protonmail.com\n - Github:    https://github.com/wuddz-devs\n - Telegram:  https://t.me/wuddz_devs\n - Youtube:   https://youtube.com/@wuddz-devs\n - Reddit:    https://reddit.com/user/wuddz-devs\n\n### Buy Me A Coffee!!\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/eth.png)\n - ERC20:    0xbF4d5309Bc633d95B6a8fe60E6AF490F11ed2Dd1\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/btc.png)\n - BTC:    bc1qa7ssx0e4l6lytqawrnceu6hf5990x4r2uwuead\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/ltc.png)\n - LTC:      LdbcFiQVUMTfc9eJdc5Gw2nZgyo6WjKCj7\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/doge.png)\n - DOGE:     DFwLwtcam7n2JreSpq1r2rtkA48Vos5Hgm\n\n![Alt Text](https://raw.githubusercontent.com/wuddz-devs/wuddz-dapp/main/assets/tron.png)\n - TRON:     TY6e3dWGpqyn2wUgnA5q63c88PJzfDmQAD\n\n#### Enjoy my awesome creativity!!\n#### Peace & Love Always!!\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Wuddz-Devs  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Multi-Purpose ERC20 Dapp, Create Accounts, Check Balances, Make Transactions, Deploy Verify & Interact With Smart Contracts, Swap ERC20 Tokens, Interact With Exchange Using Api Authentication, Convert Crypto To Crypto Value & Get Token Prices In USD",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/wuddz-devs/wuddz-dapp"
    },
    "split_keywords": [
        "crypto",
        "dapp",
        "erc20",
        "ethereum",
        "exchange",
        "trade",
        "transactions",
        "web3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "258afa9add988c3dd0dbe58860755cda827877eb2c966ee2d60848f627f3a2ff",
                "md5": "b6d438313f0c3401ae5da4015c31027e",
                "sha256": "dd0c34ad056b1947310960f5f247c998497a9bf0d663022192571ee35566260a"
            },
            "downloads": -1,
            "filename": "wuddz_dapp-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6d438313f0c3401ae5da4015c31027e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 46245,
            "upload_time": "2023-10-30T19:42:49",
            "upload_time_iso_8601": "2023-10-30T19:42:49.935465Z",
            "url": "https://files.pythonhosted.org/packages/25/8a/fa9add988c3dd0dbe58860755cda827877eb2c966ee2d60848f627f3a2ff/wuddz_dapp-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ab1c1ab05f8dde6c4072e3da6732a1af131263de3a1e90dae74fe7015a8bd6e",
                "md5": "38d2e3df0f72d413b38c719842263769",
                "sha256": "8b0f41a520bc711113e3a27a57164b7a7655db7ee450377904b0efba75bdd9b2"
            },
            "downloads": -1,
            "filename": "wuddz_dapp-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "38d2e3df0f72d413b38c719842263769",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 71293,
            "upload_time": "2023-10-30T19:42:52",
            "upload_time_iso_8601": "2023-10-30T19:42:52.189090Z",
            "url": "https://files.pythonhosted.org/packages/6a/b1/c1ab05f8dde6c4072e3da6732a1af131263de3a1e90dae74fe7015a8bd6e/wuddz_dapp-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 19:42:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wuddz-devs",
    "github_project": "wuddz-dapp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "wuddz-dapp"
}
        
Elapsed time: 0.11849s