0.0.5 • Published 4 years ago

node-red-contrib-proximax v0.0.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

ProximaX Sirius Chain Node-Red Tool

A collection of Node-Red nodes for ProximaX blockchain.

Installation

Using npm

  1. Install Node-Red.

npm install -g node-red

  1. Run Node-Red.

node-red

  1. Install ProximaX nodes from palette interface (e.g. search for proximax).

Using git clone

  1. Install Node-Red.

npm install -g node-red

  1. Clone this repository.

git clone <url>

  1. Move to cloned repository.

cd <cloned repository>

  1. Install dependencies.

npm install

  1. Move to Node-Red folder.

cd <node-red directory> (e.g. cd ~/.node-red/)

  1. Create a link to the cloned repository.

npm install <cloned repository>

  1. Run Node-Red.

node-red

Available nodes

Account nodes:

  1. account: create an account from public/private key or generate new account.
  2. accountInfo: get information about account with account address.
  3. sign: sign transaction object.
  4. announce: announce transaction to the blockchain.

Transaction nodes:

  1. transfer: create transfer transaction.
  2. namespace: create namespace.
  3. subnamespace: create subnamespace.
  4. mosaicDefinition: create mosaic definition transaction.

Config node:

Network: configure the network with URL and network type.