node-red-contract-interact 1.0.0
  ![node](https://i
Node-RED plugin for interaction with blockchain
Project to make interaction on blockchain deployed contract with ether.js
Installation
npm install node-red-ether-solidity
Usage
- providerURL: the blockchain URL provider
- privateKey: your account private key to sign the transaction, should start with "0x"
- contractABI: the ABI of the contract
- contractAddress: the address of the contract
- scnNamefunction: the name of the function in the contract to use
License
This program is free software and is distributed under an MIT License.