A command-line interface for simplified, coordinated, decentralized storage on the Filecoin network. This is a work in progress – MVP ships October 5th, and this code is not production-ready. Use at your own risk.
.. .
.... ..
...... .. ... . .
. ... ....... ... ..
.... .. .. ....
.........
To run locally
> npm installDuring development it’s convenient to make the symlink on our path point to the index.js we’re actually working on, using npm link.
> npm linkTest by running
> starling <command>Starling uses an sqlite3 database. The db is created in HOME/.starling/starling.db
Logs are located in HOME/.starling/logs/starling.log
Modify the config file HOME/.starling/config.json
> starling configStore a single file
> starling store path/to/file.jpgStore a folder
> starling store path/to/folderLaunch interactive monitoring interface
> starling monitorGenerate CSV of all files stored
> starling listOutput the version number
> starling --version | -vOutput usage information
> starling --help | -h | help