JSPM

smartdeploy-and-interact

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23921F
  • License MIT

CLI tool for deploying and interacting with Ethereum smart contracts

Package Exports

  • smartdeploy-and-interact
  • smartdeploy-and-interact/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smartdeploy-and-interact) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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>