Skip to content

An experimental blockchain implementation, written in TypeScript

Notifications You must be signed in to change notification settings

ewilazarus/tsnaivechain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsnaivechain

An experimental blockchain implementation, written in TypeScript and based on https://github.com/lhartikk/naivechain

Installing

$ npm i

Running

$ npm run compile
$ HTTP_PORT=5000 P2P_PORT=5001 npm run start
$ HTTP_PORT=5002 P2P_PORT=5003 npm run start
$ ...

About

An experimental blockchain implementation, written in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published