phpkevacoinblockchainkevacoin-apiclidecentralized-storageblockchain-storagecli-appclitor-phpclitorblockchain-fsdistributed-storage
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
3327210cd0
|
1 year ago | |
---|---|---|
data/export | 1 year ago | |
drivers/kevacoin | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago |
README.md
clitor
CLI util to operate with large objects in small blocks size
drivers
put
export FS object to blockchain namespace
php driver/put.php processor filename [length]
processor
- path to kevacoin-clifilename
- file path to store in blockchainlength
- optional split size, 3072 bytes max
get
import namespace to FS location
php driver/get.php processor namespace [destination]
processor
- path to kevacoin-clinamespace
- hash received from theput
commanddestination
- optional file system location,data/import
by default