2023-11-16 13:28:43 +02:00
2023-11-16 13:26:01 +02:00
2023-11-16 13:28:43 +02:00
2023-11-16 13:26:01 +02:00
2023-11-16 13:04:51 +02:00
2023-11-16 13:28:43 +02:00

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
Languages
PHP 100%