/Coco

Confidence Coin is a decentralized cryptocurrency with a unique holder-sensitive mechanism, utilizing the DTP technology and Flash consensus algorithm for high-speed transaction processing. It aims to create a stable and self-sustaining ecosystem, with an incentive program for governments to drive adoption.

Primary LanguageKotlin

Confidence Coin

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).

Core logic blocks

The project has implemented the three core logic blocks:

  • collectBlocks
  • createASnap
  • voteAndCreateABlock

Implementation

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.

Contributing

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.