Confidence Coin is a cryptocurrency project that implements the Flash consensus algorithm and the Desentralized Trusted Party (DTP). The code is still in development, but it's getting into a shareable state(Baby steps).
The project has implemented the three core logic blocks:
collectBlocks
createASnap
voteAndCreateABlock
The project has implemented the Snap
, Dtp
, and UpdateTransaction
classes. The UpdateTransaction
can be added to the Snap
, and the verification process is carried out when creating a new block.
The project has also implemented some unit tests, but using object classes was a mistake, and there is a need to switch to DI.
If you would like to contribute to the project, please open an issue first with your plan so that the work can be coordinated.
Learn more about Confidence Coin at the official website: confidence-coin.com, and read about DTP and the Flash consensus algorithm.