Skip to content

peyha/bytecode_deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Bytecode Deployer

The Bytecode Deployer is a versatile tool designed to transform a running bytecode into creation bytecode suitable for deployment on an Ethereum Virtual Machine (EVM) blockchain.

Usage

Prerequisites

To use this tool, ensure that you have Rust and Cargo installed on your system. If not, you can install them by following the instructions here.

Build the Project

Execute the following command to build the project:

cargo build

Run the Tool

Use the following command to run the Bytecode Deployer:

cargo run -- --bytecode <BYTECODE>

Replace with a valid hexadecimal string containing characters from 0 to F, ensuring it has an even length. Do not include the 0x prefix

Example

cargo run -- --bytecode 2a3b1f8c...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages