209 похожих чатов

Привет, вопрос по использованию IPFS через infura Обычно файлы из IPFS

удаляются через 24 часа если никто из нодов не добавил его к себе add pin...

Есть вариант запустить свой IPFS сервер и сделать 'pin' на нём, но с таким же успехом я могу и просто сервер для файлов держать..

Если ли какие-то варианты использовать infura gateway и при этом добавлять файлы на IPFS с уверенностью что их не удалят во время garbage collection?

2 ответов

14 просмотров

Я чуть позже отпишу

MPMessages- Автор вопроса

Вот нашёл кое-что. Может кому-то пригодится: Скажем смарт контракты находятся на Ethereum и вам нужно закинуть файлы в IPFS и при этом убедиться что их не удалят через день или неделю Один вариант это запустить у себя ipfs ноду и делать pin. Но вопрос был про infura (в случае если я не хочу создавать свой IPFS node) Сам пока не пробовал, но этот скрипт должен делать pin автоматически. (пока не знаю сколько времени инфура будет эти файлы держать) import IPFS from 'ipfs-mini' import isString from 'lodash/fp/isString' const ipfs = new IPFS({ host: 'ipfs.infura.io', port: 5001, protocol: 'https' }) export async function ipfsGetData (multihash) { if (!isString(multihash)) { return new Error('multihash must be String') } else if (!multihash.startsWith('Qm')) { return new Error('multihash must start with "Qm"') } return new Promise((resolve, reject) => { ipfs.catJSON(multihash, (err, result) => { if (err) reject(new Error(err)) resolve(result) }) }) }

Похожие вопросы

Обсуждают сегодня

@Benzenoid can you tell me the easiest, and safest way to bu.y HEX now?
Živa Žena
20
This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
Hello, Is iExec also part of the "inception program" or another one ? Would it be a name to qualified the nature of the relationship between iExec and Nvidia? And does Secret ...
Ñïķøłäś
8
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
any reference of this implementation?
BitBuddha
29
Also, why can’t the community have a vote/ say when it comes to initiatives like buybacks. Isn’t the point of crypto decentralisation? Don’t we deserve input as long term supp...
👨🏽‍🦰
13
Hi guys, any problem with Pulsebrige? Trying to transfer from wETH to ETH. First it tells me to connect my metamask "through mobile app" not desktop. Then I did and confirmed ...
Snowflakecrypto
13
Карта сайта