Alberto Chen
Alberto Chen

Reputation: 11

How to upload file to kubo use helia

Because js-IPFS has been superseded by Helia, I want to try using Helia to upload files to my Kubo node. However, after researching for two days, I still don't know how to achieve it. The original simple code, like:

import { create } from 'ipfs-http-client';

const ipfs = create({ host: hostname, port: 443, protocol: 'https' });

Upvotes: 0

Views: 9

Answers (0)

Related Questions