jwallet


Namejwallet JSON
Version 0.1.17 PyPI version JSON
download
home_pagehttps://github.com/jasonknoll/jwallet
SummaryA CLI crypto wallet generator
upload_time2024-08-11 18:20:30
maintainerNone
docs_urlNone
authorJason Knoll
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JWallet
A way to generate paper wallets in your CLI

**WARNING** *JWallet is a hobby project and may be unstable at times. I do not recommending using JWallet for large amounts of money. Use at your own risk.*

With an emphasis on security and cold storage, JWallet displays a private key 
and a public address for the new wallet in the coin of your choice. These values are not stored, nor are they displayed in the bash terminal directly. A user should *write down*
the displayed keys for later use. Once the screen dissapears, the values cannot 
be accessed again. 

JWallet currently only generates paper wallets, meaning nothing is stored, however
I think it could be fun to try to handle locally stored wallets and the
encryption that comes along with it.

## How to Use
`python3 jwallet.py -c <coin>` <br>
JWallet currently generates wallets for:
- Ethereum Classic `etc`
- Bitcoin `btc`
- Litecoin `ltc`
- Dogecoin `doge`



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jasonknoll/jwallet",
    "name": "jwallet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jason Knoll",
    "author_email": "jknolldev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7b/2d/04a563dc9f321b86837d9e25c69a50c0a2f885eeda1d4048269ace87ed9c/jwallet-0.1.17.tar.gz",
    "platform": null,
    "description": "# JWallet\nA way to generate paper wallets in your CLI\n\n**WARNING** *JWallet is a hobby project and may be unstable at times. I do not recommending using JWallet for large amounts of money. Use at your own risk.*\n\nWith an emphasis on security and cold storage, JWallet displays a private key \nand a public address for the new wallet in the coin of your choice. These values are not stored, nor are they displayed in the bash terminal directly. A user should *write down*\nthe displayed keys for later use. Once the screen dissapears, the values cannot \nbe accessed again. \n\nJWallet currently only generates paper wallets, meaning nothing is stored, however\nI think it could be fun to try to handle locally stored wallets and the\nencryption that comes along with it.\n\n## How to Use\n`python3 jwallet.py -c <coin>` <br>\nJWallet currently generates wallets for:\n- Ethereum Classic `etc`\n- Bitcoin `btc`\n- Litecoin `ltc`\n- Dogecoin `doge`\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A CLI crypto wallet generator",
    "version": "0.1.17",
    "project_urls": {
        "Homepage": "https://github.com/jasonknoll/jwallet"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "565d01817f95e0c6076e51bab7cdd0d78d02bfdb09b9f9c9e5299172eb90478e",
                "md5": "8e0e662c623b8f7061cd6180e5e371df",
                "sha256": "8d0eacea4be1edc4b17a00702aae8d1586c1c5f2053760cabc8442a74a55a1a0"
            },
            "downloads": -1,
            "filename": "jwallet-0.1.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e0e662c623b8f7061cd6180e5e371df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4626,
            "upload_time": "2024-08-11T18:20:29",
            "upload_time_iso_8601": "2024-08-11T18:20:29.045396Z",
            "url": "https://files.pythonhosted.org/packages/56/5d/01817f95e0c6076e51bab7cdd0d78d02bfdb09b9f9c9e5299172eb90478e/jwallet-0.1.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b2d04a563dc9f321b86837d9e25c69a50c0a2f885eeda1d4048269ace87ed9c",
                "md5": "c854d7da7b0135d772e080e875a3c20e",
                "sha256": "6f38919826f70e61607fdbac5bf1db2c53640ed8b9817b615254e93a84348a5b"
            },
            "downloads": -1,
            "filename": "jwallet-0.1.17.tar.gz",
            "has_sig": false,
            "md5_digest": "c854d7da7b0135d772e080e875a3c20e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4248,
            "upload_time": "2024-08-11T18:20:30",
            "upload_time_iso_8601": "2024-08-11T18:20:30.151182Z",
            "url": "https://files.pythonhosted.org/packages/7b/2d/04a563dc9f321b86837d9e25c69a50c0a2f885eeda1d4048269ace87ed9c/jwallet-0.1.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-11 18:20:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jasonknoll",
    "github_project": "jwallet",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "jwallet"
}
        
Elapsed time: 0.31431s