npm install helia
- Used to import the Helia package which is used in creating a new instance of a Helia node.npm install @helia/unixfs
- Installs the unixfs package from Helia that is used to create a filesystem.npm install @polkadot/api
- Used to import the websocket provider and api promise to communicate to the Substrate-based blockchain. Imports Keyring object to sign the write transaction to peaq storage.npm install @peaq-network/types
- Used to see the options that peaq offers in the types package.npm install @polkadot/util-crypto
- Used to import the decodeAddress and blake2AsHex packages to successfully generate a storage key used in retrieving data from peaq Storage.npm install @polkadot/util
- Used to import polkadot-provided conversion mechanisms to read data from peaq Storage.