/FooCoin

FooCoin is a from-scratch, .NET Core implementation of a blockchain backed cryptocurrency.

Primary LanguageC#MIT LicenseMIT

FooCoin

FooCoin is an educated attempt to build a basic cryptocurrency based off of concepts and functionality of Bitcoin.

Features

  • Blockchain
  • Node & Node Gossiping
  • Wallet
  • Mining

The FooCoin Node is an all in one application that is a miner, wallet, and node in the system. The nodes communicate via http and are driven by WebApi.