{ "info": { "author": "Daniel Luca", "author_email": "daniel.luca@consensys.net", "bugtrack_url": null, "classifiers": [], "description": "# Ranploy\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\nTool to generate the transaction payload `data` that will deploy a random hex string as a smart contract. \n\n## Example\n\n```shell\n$ python main.py --bytecode 11223344\n6004600d60003960046000f30011223344\n```\n\nYou then need to create a transaction and use this as the payload data\n\n```\nweb3.eth.sendTransaction({from: \"0x8d26D6d498a01243820154c7Ddb63b47c00DbF6e\", data: \"0x6004600d60003960046000f30011223344\"})\n```\n\nYour contract will have this bytecode\n```\nweb3.eth.getCode(\"0xDdB083baD281D7242FF69E36c7565b003785cb1A\")\n'0x11223344'\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cleanunicorn/ranploy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ranploy", "package_url": "https://pypi.org/project/ranploy/", "platform": "", "project_url": "https://pypi.org/project/ranploy/", "project_urls": { "Homepage": "https://github.com/cleanunicorn/ranploy" }, "release_url": "https://pypi.org/project/ranploy/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.0.2" }, "last_serial": 4708075, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "c29153cc5b92045cd0cecbff8824448c", "sha256": "284913760fc196f83cf0ecdc27f54acf62c25d490dcb7c3094a7ebf6aeea46e7" }, "downloads": -1, "filename": "ranploy-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c29153cc5b92045cd0cecbff8824448c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2809, "upload_time": "2019-01-17T13:49:49", "url": "https://files.pythonhosted.org/packages/a7/65/bbe582018d2e56cad4c073e56105517c3ce90a43b05d88d08391b03d6789/ranploy-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c591a8fa93f312023b773ddb2c9a7894", "sha256": "d36b1d7c91dad3fa817a42e167de6b0656b616f95f055ec1b8f305870056fef4" }, "downloads": -1, "filename": "ranploy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c591a8fa93f312023b773ddb2c9a7894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2404, "upload_time": "2019-01-17T13:49:51", "url": "https://files.pythonhosted.org/packages/95/13/443e6b0c7e6e10ffacd334b4092aef507d848b9ce3d3a731cc6f4e6f168e/ranploy-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c29153cc5b92045cd0cecbff8824448c", "sha256": "284913760fc196f83cf0ecdc27f54acf62c25d490dcb7c3094a7ebf6aeea46e7" }, "downloads": -1, "filename": "ranploy-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c29153cc5b92045cd0cecbff8824448c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2809, "upload_time": "2019-01-17T13:49:49", "url": "https://files.pythonhosted.org/packages/a7/65/bbe582018d2e56cad4c073e56105517c3ce90a43b05d88d08391b03d6789/ranploy-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c591a8fa93f312023b773ddb2c9a7894", "sha256": "d36b1d7c91dad3fa817a42e167de6b0656b616f95f055ec1b8f305870056fef4" }, "downloads": -1, "filename": "ranploy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c591a8fa93f312023b773ddb2c9a7894", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2404, "upload_time": "2019-01-17T13:49:51", "url": "https://files.pythonhosted.org/packages/95/13/443e6b0c7e6e10ffacd334b4092aef507d848b9ce3d3a731cc6f4e6f168e/ranploy-0.0.2.tar.gz" } ] }