Skip to content

Latest commit

 

History

History
25 lines (10 loc) · 773 Bytes

NOTES.md

File metadata and controls

25 lines (10 loc) · 773 Bytes

Notes

More Build Your Own Blockchain Samples / Projects

SharpChain github: ZenXChaos/SharpChain -- Lite version of the Blockchain. C# Data integrity.

NaiveChain github: lhartikk/naivechain -- A blockchain implementation in 200 lines of code (in JavaScript).

Tiniest Blockchain in Python Article (Alternatives):

blockchain.rb Ruby Alternatives: