Skip to content

worace/coinage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClarkeCoin -- Cryptocurrency for normal programmers

This is an ongoing project to implement a simplistic cryptocurrency network modeled after Bitcoin but streamlined for the purpose of being easier to follow (and build). As we go we'll be learning about the core ideas that make Bitcoin work, and getting a lot of practice with some interesting algorithmic and cryptographic problems.

Background Reading

If you're new to the ideas of cryptocurrencies in general, these are some great resources to get you started. The Minimum Viable Blockchain article especially is a great crash course for someone new to the ideas.

Conceptual Overview

This notes doc has a high-level overview of many of the issues we'll need to solve during the project.

Project Iterations

  • Iteration 0 - Creating Wallets and Signing/Serializing Transactions
  • Iteration 1 - Creating and Mining Blocks
  • Iteration 2 - Working with the BlockChain -- checking balances and generating payment transactions
  • Iteration 3 - Networking Basics -- connecting with TCP and handling basic message types
  • Iteration 4 - Validating Incoming Transactions and Blocks
  • Iteration 5 - Extended Networking: Discovering Additional Peers and Forwarding Valid Blocks and Transactions
  • Iteration 6 - Mining: Aggregating Transactions and Solving Blocks
  • Iterations 7+ - Advanced Topics - Mining optimizations, Base58-Check encoding, multi-address wallets, Wallet GUI, Node DNS Server, etc.

Knowns and Unknowns

Anyone who's spent much time at Turing knows we try to be very comfortable "operating in uncertainty." This is definitely an experiment and there will certainly be hiccups along the way. Most importantly, there will be much less handholding throughout the process than in standard Turing projects.

I have a general plan and rough design for how each system will work, but it's going to be up to all of us to collectively work out the details along the way. I'll be directing lots of questions to the group and relying on our collective problem-solving ability to resolve them.

About

Tutorials and docs for clarke-coin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published