node-red-contrib-proximax 0.0.5

ProximaX Sirius Nodes

npm install node-red-contrib-proximax

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.

Node Info

Version: 0.0.5
Updated 5 years, 11 months ago
License: Apache-2.0
Rating: not yet rated

Categories

Actions

Rate:

Downloads

9 in the last week

Nodes

  • account
  • accountInfo
  • sign
  • announce
  • transfer
  • mosaicDefinition
  • namespace
  • subNamespace
  • network

Keywords

  • blockchain
  • proximax
  • sirius
  • node-red

Maintainers