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

tosinchukwu/evm-auto-deploy-t

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVM Auto Deploy

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

Table of Contents

Getting Started

To use EVM Auto Deploy, follow these steps:

  1. Clone the repository:

    git clone https://github.com/dante4rt/evm-auto-deploy.git
  2. Install the dependencies:

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

    • PRIVATE_KEY: Your Ethereum private key
  4. Add your desired chain configuration to chains/testnet.json or chains/mainnet.json.

  5. Run the script:

    npm start

Prerequisites

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

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.

Environment Variables

To use EVM Auto Deploy, you need to create a .env file in the root directory with the following variables:

  • PRIVATE_KEY: Your Ethereum private key

Example .env file

PRIVATE_KEY=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef

Donations

If you would like to support the development of this project, you can make a donation using the following addresses:

  • Solana: GLQMG8j23ookY8Af1uLUg4CQzuQYhXcx56rkpZkyiJvP
  • EVM: 0x960EDa0D16f4D70df60629117ad6e5F1E13B8F44
  • BTC: bc1p9za9ctgwwvc7amdng8gvrjpwhnhnwaxzj3nfv07szqwrsrudfh6qvvxrj8

License

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%