v6 initial commit, maybe more to follow

This commit is contained in:
Josip Milovac 2022-11-22 13:30:19 +11:00
parent 7f91be86c0
commit d6a32870bc
34 changed files with 16875 additions and 0 deletions

13
Notes Normal file
View file

@ -0,0 +1,13 @@
npm run dev
PORT=3002 P2P_PORT=5002 PEERS=ws://localhost:5001 npm run dev
PORT=3003 P2P_PORT=5003 PEERS=ws://localhost:5001,ws://localhost:5002 npm run dev
PORT=3004 P2P_PORT=5004 PEERS=ws://localhost:5001,ws://localhost:5002,ws://localhost:5003 npm run dev
PORT=3005 P2P_PORT=5005 PEERS=ws://localhost:5001,ws://localhost:5002,ws://localhost:5003,ws://localhost:5004 npm run dev
.
.
.
.
.
* in this version, on top of adding Mqtt broker to each node and adding new module called integration and integrationVirtual
* we ad blockNum to each block, and we limited the number of transaction for each block