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

Contians structs and methods for Interacting with the blockchain

Cryptographic functions for generating keys and encrypting traffic

Resposible for running a node in the backgorund

For connecting nodes over a network