node-red-contrib-proximax
v0.0.5
Published
ProximaX Sirius Nodes
Downloads
14
Maintainers
Readme
ProximaX Sirius Chain Node-Red Tool
A collection of Node-Red nodes for ProximaX blockchain.
Installation
Using npm
- Install Node-Red.
npm install -g node-red
- Run Node-Red.
node-red
- Install ProximaX nodes from palette interface (e.g. search for
proximax
).
Using git clone
- Install Node-Red.
npm install -g node-red
- Clone this repository.
git clone <url>
- Move to cloned repository.
cd <cloned repository>
- Install dependencies.
npm install
- Move to Node-Red folder.
cd <node-red directory> (e.g. cd ~/.node-red/)
- Create a link to the cloned repository.
npm install <cloned repository>
- Run Node-Red.
node-red
Available nodes
Account nodes:
account
: create an account from public/private key or generate new account.accountInfo
: get information about account with account address.sign
: sign transaction object.announce
: announce transaction to the blockchain.
Transaction nodes:
transfer
: create transfer transaction.namespace
: create namespace.subnamespace
: create subnamespace.mosaicDefinition
: create mosaic definition transaction.
Config node:
Network
: configure the network with URL and network type.