Skip to content

tit0uanf/evmdeployer

Repository files navigation

EVM Bytecode Deployer 🪛🔗

Deploy EVM Bytecode on any EVM compatible Blockchain directly from your browser

Table of Contents

  1. Installation
  2. Usage

Installation ⚙️

To install EVM Bytecode Deployer, follow these steps:

  1. Clone the repository:
git clone https://github.com/tit0uanf/evmdeployer.git
  1. Navigate to the project directory:
cd evmdeployer
  1. Install the required dependencies:
pnpm install
  1. Create .env file
NEXT_PUBLIC_DYNAMIC_ENVIRONMENT_ID=your-dynamic-xyz-environment-id
  1. Run
pnpm dev
or
pnpm build
pnpm start