node-eth / node-eth-packages

Monorepo containing all the packages developed / in development by the NodeETH team. Repo will get you set up to start developing with the use of hardhat and nodeRED
https://docs.nodeeth.org
Apache License 2.0
1 stars 1 forks source link
bash hardhat monorepo nodered nodered-nodes shell yarn yarn-workspaces

NodeETH Packages

This Monorepo contains everything to get you started on developing the NodeETH nodes, packages and contributions. \ ( note - We disabled yarn's PnP option by adding nodeLinker: node-modules to the ./.yarnrc.yml, ref to the thread )

Directory structure:

.
+-- develop   (dedicated towards local nodeRED installations)
|   +-- nodered (root of the local nodeRED installation)
|       +-- bin, data, system, scripts, node_modules etc.
|       +-- README.md  - quite useful, check it out
|
+-- docker   (contains docker compose stack with nodeRED and hardhat)
|   +-- nodered-storage
|   +-- docker-compose.yml
|
+-- packages   (contains the packages being developed or used in development)
|   +-- hardhat
|   +-- node-eth-configuration
|   +-- node-eth-push-protocol
|
+-- scripts   (contains scripts related to the development process)
|

We recommend using the ./dev directory to manage all your NodeRED installations related to this project.

NodeRED local installation

Within the ./dev directory, you will find a local installation of nodeRED