pin ipfs files permanently to Arweave
Step 1: upload any image to ipfs using a web based tool like the one below. : https://anarkrypto.github.io/upload-files-to-ipfs-from-browser-panel/public/
- This will create a ipfs hash.
Step 2: Bash command to permapin ipfs hash to arweave:
I'm following this tutorial: https://ipfs2arweave.com/
curl -X POST \
https://ipfs2arweave.com/permapin/Qmc1B5NEF1vadbn16MNNJfvdf6Zet2u3R3cR1mwCxQ3rrU
Bash output:
{"arweaveId":"HYvcCQvtGsF2j1qD8f2KtkiyYONZQtZeajhTjlmLSQ4","ipfsHash":"Qmc1B5NEF1vadbn16MNNJfvdf6Zet2u3R3cR1mwCxQ3rrU","statusCode":200}%
arweave.net/HYvcCQvtGsF2j1qD8f2KtkiyYONZQtZeajhTjlmLSQ4
Note: Arweave is subsidising the storage at the moment and they contribute to the endowment. Eventually the users will have to pay for their own endowment contributions, but the data already stored (of course) will be permanent.