SDK

Please visit GitHub link to get started. https://github.com/filecoin-project/devgrants/issues/1602

Ghost Drive SDK optimized for secure data management, utilizing client-side encryption and a local mnemonic to enhance data security without exposing sensitive information to Ghostdrive servers.

Installation and Configuration Procedures:

  1. Mnemonic Configuration: Ensure that the mnemonic associated with your Ghostdrive account. This mnemonic is pivotal for encryption processes and secure access.

  2. Creation and Attachment of a New Mnemonic: You can utilize mnemonic from your current crypto wallet or you can create new wallet and attach address on your GhostDrive account page.

  3. Key and Secret Acquisition: Navigate to the GhostDrive developers portal to secure your unique key and secret.

  4. GD CLI Tools Installation: Commence the installation process of the GD CLI Tools using command below.

// install
npm install -g @ghost-drive/gd-cli

// Provide your key, secret, and wallet mnemonic. 
gd configure

Please visit GitHub link to get started.

Last updated