An open API service indexing awesome lists of open source software.

https://github.com/shinyoshiaki/blockchain-ts

Educational blockchain project written in typescript. Run on browser or nodejs. No network function. you need to combine with https://github.com/shinyoshiaki/kad-rtc or made your self. Working example is here https://github.com/shinyoshiaki/kad-blockchain .
https://github.com/shinyoshiaki/blockchain-ts

Last synced: 3 months ago
JSON representation

Educational blockchain project written in typescript. Run on browser or nodejs. No network function. you need to combine with https://github.com/shinyoshiaki/kad-rtc or made your self. Working example is here https://github.com/shinyoshiaki/kad-blockchain .

Awesome Lists containing this project

README

        

# blockchain-ts

# What is this?
Educational blockchain project written in typescript.
Run on browser or nodejs.
No network function. you need to combine with https://github.com/shinyoshiaki/kad-rtc or made your self.
Working example is here https://github.com/shinyoshiaki/kad-blockchain .