Skip to content

A very simple implemetation of blockchain in typescript.

License

Notifications You must be signed in to change notification settings

nemo-js/NemoCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NemoCoin

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

Instructions

  • 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

About

A very simple implemetation of blockchain in typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published