RootSoft / laravel-ipfs

A Laravel package to communicate with IPFS
MIT License
29 stars 9 forks source link

Uploaded Image Check #2

Open btcwhiz opened 2 years ago

btcwhiz commented 2 years ago

$ipfs->add(Utils::tryFopen('ipfs.png', 'r'), 'ipfs.png', ['pin' => true]); After upload image, I get Result Hash QmWyLdiujgReZVDisA.......... When I check the uploaded image, I am seeing like this C:\xampp\tmp\php59DB.tmp https://ipfs.infura.io/ipfs/QmWyLdiujgReZVDisA..........

Can you please explain about this action? Thank you in advance

RootSoft commented 2 years ago

@BestSilverTiger Can you tell me a bit more about your problem? I'm not really understanding the question