funga-eth


Namefunga-eth JSON
Version 0.7.4 PyPI version JSON
download
home_pagehttps://git.defalsify.org/funga-eth
SummaryEthereum implementation of the funga keystore and signer
upload_time2023-06-24 23:16:35
maintainer
docs_urlNone
authorLouis Holbrook
requires_python
licenseAGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # funga-eth

Ethereum implementation of the `funga` signer interface.

See https://git.defalsify.org/funga for more details.

## Tools

When installed as a python package, three tools are installed in the python executable script path.

* `funga-ethd` - Signer daemon (see below for details).
* `eth-keyfile` - Ethereum keyfile en- and decoder, and en- and decrypter.
* `eth-msg-sign` - Signer tool for arbitrary messages ([ERC-191](https://eips.ethereum.org/EIPS/eip-191)).


### funga-ethd

A Unix socket IPC server as `funga-ethd` implementing the following web3 json-rpc methods:

* web3.eth.personal.newAccount
* web3.eth.personal.signTransaction
* web3.eth.signTransaction


### CLI tools

Please use `--help` as argument to the `eth-keyfile` and `eth-msg-sign` tools to learn the arguments the tools accept.


## Funga interface implementations

- **ReferenceKeystore**: Implements the `Keystore` interface, with a postgresql backend expecting sql schema as defined in `ReferenceKeystore.schema`
- **ReferenceSigner** Implements `Signer`, accepting a single argument of type `Keystore` interface. 
- **EIP155Transaction**: Creates transaction serializations appropriate for EIP155 replay protected signatures. Accepts a web3 format transaction dict as constructor argument together with nonce and optional chainId.

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.defalsify.org/funga-eth",
    "name": "funga-eth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Louis Holbrook",
    "author_email": "dev@holbrook.no",
    "download_url": "https://files.pythonhosted.org/packages/14/48/40363310e41c0e421c97e331cf00ad3401c59b9828ccd6d16d569bf96cd7/funga-eth-0.7.4.tar.gz",
    "platform": null,
    "description": "# funga-eth\n\nEthereum implementation of the `funga` signer interface.\n\nSee https://git.defalsify.org/funga for more details.\n\n## Tools\n\nWhen installed as a python package, three tools are installed in the python executable script path.\n\n* `funga-ethd` - Signer daemon (see below for details).\n* `eth-keyfile` - Ethereum keyfile en- and decoder, and en- and decrypter.\n* `eth-msg-sign` - Signer tool for arbitrary messages ([ERC-191](https://eips.ethereum.org/EIPS/eip-191)).\n\n\n### funga-ethd\n\nA Unix socket IPC server as `funga-ethd` implementing the following web3 json-rpc methods:\n\n* web3.eth.personal.newAccount\n* web3.eth.personal.signTransaction\n* web3.eth.signTransaction\n\n\n### CLI tools\n\nPlease use `--help` as argument to the `eth-keyfile` and `eth-msg-sign` tools to learn the arguments the tools accept.\n\n\n## Funga interface implementations\n\n- **ReferenceKeystore**: Implements the `Keystore` interface, with a postgresql backend expecting sql schema as defined in `ReferenceKeystore.schema`\n- **ReferenceSigner** Implements `Signer`, accepting a single argument of type `Keystore` interface. \n- **EIP155Transaction**: Creates transaction serializations appropriate for EIP155 replay protected signatures. Accepts a web3 format transaction dict as constructor argument together with nonce and optional chainId.\n",
    "bugtrack_url": null,
    "license": "AGPLv3+",
    "summary": "Ethereum implementation of the funga keystore and signer",
    "version": "0.7.4",
    "project_urls": {
        "Homepage": "https://git.defalsify.org/funga-eth"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "144840363310e41c0e421c97e331cf00ad3401c59b9828ccd6d16d569bf96cd7",
                "md5": "9f0ae22f02e121777a533b69ea4d67ce",
                "sha256": "8d1a9a198f83774960326d686e73fe7a635126b68edfa32b83fba7afdf92d1a5"
            },
            "downloads": -1,
            "filename": "funga-eth-0.7.4.tar.gz",
            "has_sig": false,
            "md5_digest": "9f0ae22f02e121777a533b69ea4d67ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31584,
            "upload_time": "2023-06-24T23:16:35",
            "upload_time_iso_8601": "2023-06-24T23:16:35.466629Z",
            "url": "https://files.pythonhosted.org/packages/14/48/40363310e41c0e421c97e331cf00ad3401c59b9828ccd6d16d569bf96cd7/funga-eth-0.7.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-24 23:16:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "funga-eth"
}
        
Elapsed time: 0.12965s