Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
kvazar 15a9e44553 update readme 3 months ago
.github More changes from litecoin to kevacoin. 6 years ago
.tx tx: Update transifex slug for 0.16 7 years ago
build-aux/m4 WIP: fixed build with cnutils. 5 years ago
contrib Implemented GUI for Keva operations. 4 years ago
depends Updated libsodium library. 3 years ago
doc Added getzmqnotifications command description. 4 years ago
share Updated kevacoin icons. 5 years ago
src update splash screen style #14 3 months ago
test Added test cases for namespace transfer. 4 years ago
.gitattributes Separate protocol versioning from clientversion 10 years ago
.gitignore gitignore configure~ 3 months ago
.travis.yml More changes from litecoin to kevacoin. 6 years ago
CONTRIBUTING.md More changes from litecoin to kevacoin. 6 years ago
COPYING More changes from litecoin to kevacoin. 6 years ago
INSTALL.md More changes from litecoin to kevacoin. 6 years ago
Makefile.am More changes from litecoin to kevacoin. 6 years ago
README.md update readme 3 months ago
autogen.sh Add MIT license to autogen.sh and share/genbuild.sh 8 years ago
codeql-analysis.yml Create codeql-analysis.yml 4 years ago
configure.ac update LicenseInfo, _COPYRIGHT_YEAR 3 months ago
libbitcoinconsensus.pc.in Unify package name to as few places as possible without major changes 9 years ago

README.md

KevaCoin by Community

This project created to keep alive Kevacoin Core ecosystem.

Contains QT and Boost updates, minor cosmetic changes and 100% compatible with the Kevacoin Network.

Instead of master we're using kvazar branch here as main. The master branch is only for legacy contributions.

Join to development by sending PR or just open Issue for any questions!

What is Kevacoin?

Kevacoin is a decentralized open source key-value data store based on Litecoin (which is in turn based on Bitcoin) cryptocurrency. Kevacoin is largely influenced by Namecoin https://namecoin.org, even though it serves very different purposes and works very differently.

What does it do?

  • Securely record keys and their values. Size of value is up to 3072 bytes. No hard limits on the number of keys.
  • Update or delete the keys and their values.
  • Maintain network-unqiue namespaces. Keys are grouped under namespaces to avoid name conflicts.
  • Transact the digital currency kevacoins (KVA).

What can it be used for?

As a decentralized key-value database, it can be used to store data for all kinds of applications, such as social media, microblogging, public identity information, notary service. Kevacoin has limited support for smart contracts (similar to Bitcoin and Litecoin), but one can still develop decentralized apps (dApps) on Kevacoin. The data is decentralized while the application logic is developed off the blockchain.

Our major observation for decentralized apps is that data is significantly more important than the application. In fact, that is the case for all kinds of applications. It is common these days to hear that companies rewrite their applications using better technologies, but it is rare for any of them to make big changes to their valuable data.

Visit awesome-kevacoin to learn more!

Build

Linux

git clone https://github.com/kvazar-network/kevacoin.git
cd kevacoin`
./contrib/install_db4.sh `pwd`
export BDB_PREFIX='/given/path/to/db4'
./autogen.sh
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include"
make

License

Kevacoin Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.