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-network 65fee98933 implement extended record browser 3 weeks ago
.github More changes from litecoin to kevacoin. 5 years ago
.tx tx: Update transifex slug for 0.16 6 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. 2 years ago
doc Added getzmqnotifications command description. 4 years ago
share Updated kevacoin icons. 5 years ago
src implement extended record browser 3 weeks ago
test Added test cases for namespace transfer. 4 years ago
.gitattributes Separate protocol versioning from clientversion 10 years ago
.gitignore gitignore configure~ 2 months ago
.travis.yml More changes from litecoin to kevacoin. 5 years ago
CONTRIBUTING.md More changes from litecoin to kevacoin. 5 years ago
COPYING More changes from litecoin to kevacoin. 5 years ago
INSTALL.md More changes from litecoin to kevacoin. 5 years ago
Makefile.am More changes from litecoin to kevacoin. 5 years ago
README.md update readme 2 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 add Litecoin copyrights 1 month 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 going Kevacoin Core ecosystem.

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

Instead of master use kvazar branch as main. The master branch required for legacy contributions and get updates from the original upstream only.

Join the 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.

Take a look at awesome-kevacoin catalog, also you're welcome to share new service there!

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

Connect

If you have any problems with connection to existing DNS, try following peers:

  • [201:23b4:991a:634d:8359:4521:5576:15b7]:9338 - Secure connections with Yggdrasil by YGGverse

License

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