node-red-contrib-proximax

0.0.5 • Public • Published

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.

Package Sidebar

Install

npm i node-red-contrib-proximax

Weekly Downloads

1

Version

0.0.5

License

Apache-2.0

Unpacked Size

68.7 kB

Total Files

23

Last publish

Collaborators

  • zytfo