Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 16/01/2020, 16:35:41 UTC
exchange???

We want to encourage more people to actually use Kevacoin. For this to happen, we probably need exchanges. It was launched about 12 hours ago, so we may need a little bit more time.

We just created a micro-blog on the mainnet. It is easy and fun, and costs very little. So why not try it!

Code:
kevacoin-cli keva_namespace "Keva Blog"
{
  "txid": "c23d373f4e675921e19349a7b6dc3abf5e9146eab9876327443147c390be482c",
  "namespaceId": "Nd25va1gcEFjWgJtzU7Vuu3dG7gWE7G77y"
}

kevacoin-cli keva_put Nd25va1gcEFjWgJtzU7Vuu3dG7gWE7G77y "1" "Kevacoin was launched on Thursday, January 16, 2020, at 03:00GMT. Thank you for your support!"
{
  "txid": "39e848f33fef9f6140804ed358ae82555faac519ceef9806595c870cf4a4657f"
}

kevacoin-cli keva_get Nd25va1gcEFjWgJtzU7Vuu3dG7gWE7G77y 1
{
  "key": "1",
  "value": "Kevacoin was launched on Thursday, January 16, 2020, at 03:00GMT. Thank you for your support!"
}