node-red-contrib-nem2 0.10.0

NEM blockchain nodes

npm install node-red-contrib-nem2

A collection of Node-RED nodes for prototyping NEM blockchain applications.

Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.

It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.

:warning: The NEM2 Prototyping Tool is not compatible with Node.js version > 8

:warning: NEM2 Prototyping Tool is currently under development and does not encrypt account's private keys. Use it just for prototyping.

Installation

Install Node-RED:

npm install -g node-red

Clone this repository:

git clone <url>

Install required packages using npm:

npm install

Create a symbolic link:

npm link

cd ~/.node-red/

npm link /path/to/cloned-repository/

Run Node-RED:

node-red

NEM2 Prototyping Tool works on Node-RED 0.18.4.

Contributing

This project is developed and maintained by NEM Foundation. Contributions are welcome and appreciated. You can find NEM Node-RED on GitHub; Feel free to start an issue or create a pull request. Check CONTRIBUTING before start.

Running tests

Go to the folder where you stored the repository and run:

npm test

Getting help

We use GitHub issues for tracking bugs and have limited bandwidth to address them. Please, use the following available resources to get help:

License

Copyright (c) 2018 NEM Licensed under the Apache License 2.0

Node Info

Version: 0.10.0
Updated 6 years ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

15 in the last week

Nodes

  • account
  • publicAccount
  • accountInfo
  • signTransaction
  • signData
  • verifySignature
  • transactions
  • generateAccount
  • serverConfig
  • networkConfig
  • announce
  • transfer
  • aggregateComplete
  • aggregateBonded
  • createNamespace
  • createSubNamespace
  • createMosaicDefinition
  • mosaicSupplyChange
  • modifyMultisigAccount
  • lockFund
  • secretLock
  • secretProof
  • cosignature
  • newBlock
  • listener
  • mosaicInfo
  • input
  • format
  • filter

Keywords

  • node-red
  • nem
  • nem2
  • blockchain
  • nem.io
  • catapult

Maintainers