CLI tools for KevaCoin blockchain
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.
ghost 8b545b65e3 update locations 12 months ago
data/export initial commit 12 months ago
kevacoin update locations 12 months ago
.gitignore initial commit 12 months ago
LICENSE Initial commit 12 months ago
README.md update locations 12 months ago

README.md

clitor

CLI util to operate with large objects in small blocks size

drivers

put

export FS object to blockchain namespace

php kevacoin/put.php processor filename [length]
  • processor - path to kevacoin-cli
  • filename - file path to store in blockchain
  • length - optional split size, 3072 bytes max

get

import namespace to FS location

php kevacoin/get.php processor namespace [destination]
  • processor - path to kevacoin-cli
  • namespace - hash received from the put command
  • destination - optional file system location, data/import by default