MasterSprouts / CawUsernames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CawUsernames

This is a solidity repository focused on building a fully decentralized social network as described by the CAW Manifesto, found at https://caw.is

Goerli Testnet

The current contracts have been deployed on the Goerli testnet. You can view here, along with instructions on how to mint a testnet username

Approach To the Protocol

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

Stake Pool Rewards

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.

About


Languages

Language:JavaScript 52.4%Language:Solidity 47.6%