Project implementing and testing a simple algorithm based on Blockchain concepts.
Following each development step from the @khaosdoctor's youtube video.
To run the app, with docker installed, run the command docker-compose up
, and the tests will run showing the logs.
Feel free to change blocksQuantity
and difficulty
variables on the tests/blockchain.spec.ts file to see how system will works :)
You can also see the last test execution, on this action page.