Skip to content

ologbonowiwi/typescript-blockchain-implementation

Repository files navigation

TypeScript Blockchain

Project implementing and testing a simple algorithm based on Blockchain concepts.

Following each development step from the @khaosdoctor's youtube video.

Run the app

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 :)

See the tests

You can also see the last test execution, on this action page.