smartdeploy-and-interact
v0.1.3
Published
CLI tool for deploying and interacting with Ethereum smart contracts
Maintainers
Readme
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>