Skip to content

A quick blockchain implementation with C# and .Net Core showcasing the basics of a blockchain structure.

Notifications You must be signed in to change notification settings

angelinai/Blockchain-In-15-Minutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlockchainIn15Minutes

A quick tutorial and quick look at how Blockchain tech works, implementation in .NET / C# code

Blockchain is a decentralized technology. A digital ledger in which transactions made in bitcoin or another cryptocurrency are recorded chronologically and publicly.

Blockchains such as the one of Bitcoin are not managed by a central autoritiy(such as goverment), it is rather distributed accross the globe and it's managed by its network.

About

A quick blockchain implementation with C# and .Net Core showcasing the basics of a blockchain structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages