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 .
- Host: GitHub
- URL: https://github.com/shinyoshiaki/blockchain-ts
- Owner: shinyoshiaki
- License: mit
- Created: 2018-10-21T04:37:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T15:42:01.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:15:38.464Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .