|
|
|
@ -5,8 +5,8 @@ const { globSource } = IpfsHttpClient |
|
|
|
|
const folder = process.cwd() + '/dist/apps/remix-ide'; |
|
|
|
|
|
|
|
|
|
(async () => { |
|
|
|
|
const host = 'ipfs.remixproject.org' |
|
|
|
|
const ipfs = IpfsHttpClient({ host, port: 443, protocol: 'https' }) |
|
|
|
|
const host = 'ipfs.infura.io' |
|
|
|
|
const ipfs = IpfsHttpClient({ host, port: 5001, protocol: 'https' }) |
|
|
|
|
try { |
|
|
|
|
let result = await ipfs.add(globSource(folder, { recursive: true}), { pin: false }) |
|
|
|
|
const hash = result.cid.toString() |
|
|
|
|