Copyright (c) 2014-2017, The Monero Project
Copyright (c) 2017, The KreditCoin Project
- Web: kreditproject.org
- Forum: https://bitcointalk.org/index.php?topic=2035053
- Mail: [email protected]
- GitHub: https://github.com/kreditcoin-project/kredits
KreditCoin provides users with a completely anonymous payment scheme. KreditCoin implements the ring signature technology which allows you to sign a message on behalf of a group. The signature only proves the message was created by someone from the group, but all the possible signers are indistinguishable from each other. The more common digital signature for other cryptocurrencies involves verification via using a singular public key of the signer. KreditCoin Ring encryption does things a little differently, we use several different public keys for verification. The verification system uses a group of users at once to verify transactions making use of each user in the group's public and private keys. Since Ring signatures use more than one Public key to sign each transaction it becomes impossible to prove who was originally conducting the transaction, resulting in a 100% anonymous system.
This is the core implementation of the Kredit Project aka Kredits. It is open source and completely free to use without restrictions, except for those specified in the license agreement below. There are no restrictions on anyone creating an alternative implementation of KreditCoin that uses the protocol and network in a compatible manner.
See LICENSE.
If you want to help out, see CONTRIBUTING for a set of guidelines.