“All parts should go together without forcing. You must remember that the parts you are reassembling were disassembled by you. Therefore, if you can’t get them together again, there must be a reason. By all means, do not use a hammer.” — IBM Manual, 1925
Product | Version |
---|---|
Node.js | 12.13.1 |
Visual Studio Code | 1.40.0 |
Yarn | 1.19.1 |
$ git clone https://github.com/caringdeveloper/fabaccess-hardware-proxy-sim.git
$ cd fabaccess-hardware-proxy-sim
$ yarn # npm i
$ yarn build # npm run build
$ yarn main # npm run main
- The project contains a
.vscode
directory which allows debugging sessions with Visual Studio Code. - The Simulator is tested on
Linux
only but should run without any problems onWindows
andmacOS
systems. - Currently there is no authentication involved. In a later stage all services will need JWTs to communicate with each other.