https://github.com/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://github.com/node-eth/node-eth-packages
bash hardhat monorepo nodered nodered-nodes shell yarn yarn-workspaces
Last synced: 10 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/node-eth/node-eth-packages
- Owner: node-eth
- License: apache-2.0
- Created: 2023-03-16T21:06:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T21:00:52.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T15:39:53.456Z (about 1 year ago)
- Topics: bash, hardhat, monorepo, nodered, nodered-nodes, shell, yarn, yarn-workspaces
- Language: JavaScript
- Homepage: https://docs.nodeeth.org
- Size: 83.3 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://stackoverflow.com/questions/60012394/how-to-turn-off-yarn2-pnp) )
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