0.1.3 • Published 1 year ago
smartdeploy-and-interact v0.1.3
Smart Deploy and Interact
CLI tool for deploying and interacting with Ethereum smart contracts.
Installation
npm install -g smartdeploy-and-interact
## Deploying a Smart Contract
smartdeploy-and-interact deploy -a <contractABI> -b <contractBytecode> -p <providerURL> -k <privateKey>