A very simple blockchain implementation in Typescript.
For education purposes only. This is by no means a complete implementation and it is by no means secure!
Based on Savjee/SavjeeCoin
- npm install
- tsc
- node dist\app.js -u your_username -p 3000
You can start as many clients as you want ie:
- node dist\app.js -u user1 -p 3000
- node dist\app.js -u user2 -p 3001
- node dist\app.js -u user3 -p 3002