NodeJS: The Server Shell and Creating a Docker file

Опубликовано: 07 Июль 2026
на канале: Procedural Nodes
22
4

In this video I discuss the server shell that will be a node in our blockchain example. I can start it but the issue I'm running into is compiling the docker file. For whatever reason it seems to think it's building in a different directory. If I have a solution before next week I will come to you with it....it's an odd issue.
The plan is each "node" will run as a docker container along with RabbitMQ...this will all be controlled from a docker-compose file. Right now we have the basic components we need to create the algorithm to determine which node will create new blocks and hook everything together will RabbitMQ messaging.