Lighthouse
Ask or search…
K
Comment on page
🖥

Use CLI Tools

Lighthouse CLI tool to interact with the protocol
🛠
Installation
Install the npm package globally on your system
npm install -g @lighthouse-web3/sdk
in case you had our old package installed, you will need to uninstall that before installing the above package.
To uninstall the old package, run the following command:
npm uninstall -g lighthouse-web3
📄
Commands
Run the following command in your CLI to see every function
lighthouse-web3 --help
The following commands are available with the Lighthouse CLI tool
  1. 1.
    wallet - Returns wallet public address and connected network
  2. 2.
    create-wallet - Creates a new wallet
  3. 3.
    import-wallet - Imports an existing wallet
  4. 4.
    wallet-forget - Remove previously saved wallet
  5. 5.
    reset-password - Change your password
  6. 6.
    balance - Get the current balance of your wallet and data usage
  7. 7.
    upload - Upload a file
  8. 8.
    upload-encrypted - Upload a file with encryption
  9. 9.
    decrypt-file - Decrypt and download the file
  10. 10.
    share-file - Share direct access to the file
  11. 11.
    revoke-access - Revoke direct access to the file
  12. 12.
    deal-status - Get storage Filecoin deal status
  13. 13.
    get-uploads - Get details of files uploaded
  14. 14.
    api-key - Get a new API key
🖼
CLI Commands