Skip to content

KreditCoin protocol implementation. This is the reference repository for kreditcoin support and development.

License

Notifications You must be signed in to change notification settings

ambpandya/kredit

 
 

Repository files navigation

Kredit

Copyright (c) 2014-2017, The Monero Project

Copyright (c) 2017, The KreditCoin Project

Development Resources

Introduction

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.

About this Project

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.

License

See LICENSE.

Contributing

If you want to help out, see CONTRIBUTING for a set of guidelines.

Vulnerability Response Process

See Vulnerability Response Process.

About

KreditCoin protocol implementation. This is the reference repository for kreditcoin support and development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.4%
  • C 14.7%
  • CMake 2.0%
  • Shell 0.3%
  • Python 0.3%
  • Other 0.1%
  • Other 0.2%