Skip to content

A tool for automatically deploying Ethereum smart contracts to various networks.

License

Notifications You must be signed in to change notification settings

Gyeri/evm-auto-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVM Auto Deploy

A tool for automatically deploying Ethereum smart contracts to various networks.

Prerequisites

  • Node.js (version 14 or higher)
  • npm (version 6 or higher)
  • Ethereum private key
  • Ethereum RPC node URL

Getting Started

To use EVM Auto Deploy, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Gyeri/evm-auto-deploy.git
  2. Goto the root diretory:

    cd evm-auto-deploy
  3. Install the dependencies:

    npm install
  4. Create a .env file in the root directory with the following variables:

    nano .env

    Example .env file

    PRIVATE_KEY=Your Ethereum private key
  5. Add your desired chain configuration to Testnet or mainnet.

    Testnet

    nano chains/testnet.json

    Mainnet

    nano chains/mainnet.json
  6. Run the script:

    npm start

Installation

To install the dependencies, run the following command:

npm install

Usage

To use EVM Auto Deploy, simply run the script:

npm start

Follow the prompts to select the network, enter the token name, symbol, and supply, and deploy the contract.

EVM Auto Deploy is licensed under the MIT License. See the LICENSE file for more information.

About

A tool for automatically deploying Ethereum smart contracts to various networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%