import {ipfsGet, ipfsGet} from '@tatumio/tatum';
* Gets data from the IPFS
* @param id - IPFS CID of the file
const ipfsId = await ipfsGet('QmXJJ6UF5WkF4WTJvsdhiA1etGwBLfpva7Vr9AudGMe3pj');
* Upload file to the IPFS storage.
* @param file - data buffer of the file. Content Type: multipart/form-data
* @returns ipfsHash - IPFS hash of the file
const ipfsHash = await ipfsUpload('logo.jpg', 'fileName');