Crate tchain

Source
Expand description

A blockchain project with a smaller footprint.

Aims to prove the effectiveness of a “proof of selection” mining algorithm in order to make a more efficient, and fair means of exchange for all.

In essence, The miners will generate a “wager” and submit to the wager pool. A wager is selected at “random” from the pool and the miner associated with it then gets to add the block to the chain

Modules§

blocks
Contians structs and methods for Interacting with the blockchain
crypto
Cryptographic functions for generating keys and encrypting traffic
daemon
Resposible for running a node in the backgorund
p2p
For connecting nodes over a network