Skip to main content

No project description provided

Project description

Ranploy

License: MIT

Tool to generate the transaction payload data that will deploy a random hex string as a smart contract.

Example

$ python main.py --bytecode 11223344
6004600d60003960046000f30011223344

You then need to create a transaction and use this as the payload data

web3.eth.sendTransaction({from: "0x8d26D6d498a01243820154c7Ddb63b47c00DbF6e", data: "0x6004600d60003960046000f30011223344"})

Your contract will have this bytecode

web3.eth.getCode("0xDdB083baD281D7242FF69E36c7565b003785cb1A")
'0x11223344'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ranploy-0.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

ranploy-0.0.2-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page