Mokhtar Naamani 6d9153d042 pioneer and nodejs fixes | 3 years ago | |
---|---|---|
.. | ||
bin | 4 years ago | |
src | 3 years ago | |
.eslintignore | 4 years ago | |
README.md | 4 years ago | |
package.json | 3 years ago | |
tsconfig.json | 4 years ago |
Running the storage cli tool:
$ yarn storage-cli --help
Joystream tool for uploading and downloading files to the network
Usage:
$ storage-cli command [arguments..] [key_file] [passphrase]
Some commands require a key file as the last option holding the identity for
interacting with the runtime API.
Commands:
upload Upload a file to a Colossus storage node. Requires a
storage node URL, and a local file name to upload. As
an optional third parameter, you can provide a Data
Object Type ID - this defaults to "1" if not provided.
download Retrieve a file. Requires a storage node URL and a content
ID, as well as an output filename.
head Send a HEAD request for a file, and print headers.
Requires a storage node URL and a content ID.
Dev Commands: Commands to run on a development chain.
dev-init Setup chain with Alice as lead and storage provider.
dev-check Check the chain is setup with Alice as lead and storage provider.