Skip to content

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

License

Notifications You must be signed in to change notification settings

gigonzalezs/nem2-prototyping-tool

 
 

Repository files navigation

NEM2 Prototyping Tool

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.

⚠️ The NEM2 Prototyping Tool is not compatible with Node.js version > 8

⚠️ 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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.6%
  • HTML 48.4%