0.1.4 • Published 1 year ago

smartdeployer v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

SmartDeployer

SmartDeployer is a CLI tool designed to streamline the process of deploying and managing smart contracts on the Ethereum blockchain. It simplifies interactions with smart contracts, making it more accessible for DevOps practices in blockchain development.

Features

  • Deploy smart contracts to the Ethereum blockchain.
  • Interactive CLI prompts for ease of use.
  • Stylish CLI output for better readability.

Installation

To install SmartDeployer, run:

npm install -g smartdeployer

This installs SmartDeployer globally on your system, allowing you to use it from anywhere in your terminal.

Usage

To deploy a smart contract, use:

smartdeployer deploy

Follow the interactive prompts to input your contract's ABI, bytecode, Ethereum provider URL, and your private key for deployment.

Contributing

Feel free to fork the repository, make changes, and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.