This is a solidity repository focused on building a fully decentralized social network as described by the CAW Manifesto, found at https://caw.is
The current contracts have been deployed on the Goerli testnet. You can view here, along with instructions on how to mint a testnet username
Read the APPROACH AND REASONING document to understand the intended approach taken by this repository to furfil the protocol and specs found in the CAW Manifesto
As mentioned in the spec, many actions taken by a user will involve redistributing some funds, as rewards, to "all other stakers". To accomplish this, an O(1) algorithm has been developed to fulfil this redistribution continuously and efficiently. You can read the logic and proof of the algorithm here.