node-red-contrib-web3-blue
v0.0.3
Published
Node-RED node for web3 smart contracts
Downloads
10
Maintainers
Readme
Web3 Blue :blue_book:
A collection of Node-RED nodes for smart contract interactions using the web3 module.
Installation :zap:
To install the collection execute the following command inside the ./.node-red directory:
npm install node-red-contrib-web3-blue
Nodes Included :package:
The collection is comprised of the following nodes:
RPC
: Node for connecting to an Ethereum Remote Procedure Call server.Accounts
: Node for interacting with web3 accounts including creating, recovering, locking unlock accounts as well as signing data and recovering signers.Contracts
: Node for web3 smart contract deployment and interaction.