<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jerome Pangilinan</title>
    <description>The latest articles on DEV Community by Jerome Pangilinan (@chieftechdev).</description>
    <link>https://dev.to/chieftechdev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1125914%2F9d937036-609c-4534-9761-ac275e77ca67.jpg</url>
      <title>DEV Community: Jerome Pangilinan</title>
      <link>https://dev.to/chieftechdev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chieftechdev"/>
    <language>en</language>
    <item>
      <title>How to Save the Data in IPFS Using the Pinata(2023)</title>
      <dc:creator>Jerome Pangilinan</dc:creator>
      <pubDate>Mon, 24 Jul 2023 21:32:46 +0000</pubDate>
      <link>https://dev.to/chieftechdev/how-to-save-the-data-in-ipfs-using-the-pinata2023-1p0g</link>
      <guid>https://dev.to/chieftechdev/how-to-save-the-data-in-ipfs-using-the-pinata2023-1p0g</guid>
      <description>&lt;p&gt;Hello Everyone! Thank you for your interest in my article.&lt;br&gt;
This is &lt;a href="https://github.com/ChiefTechDev" rel="noopener noreferrer"&gt;ChiefTechDev&lt;/a&gt;'s first article.&lt;br&gt;
And I hope my experience will help you.&lt;/p&gt;

&lt;p&gt;In this guide you'll learn how to create &lt;a href="https://www.pinata.cloud/" rel="noopener noreferrer"&gt;Pinata&lt;/a&gt; public and private Api keys and secret keys. We'll also look at how to use these keys in NFT Marketplace.&lt;/p&gt;

&lt;p&gt;Generally, developers save data in IPFS using the Infura.&lt;br&gt;
But we can save the data using the Piñata. &lt;br&gt;
If we use Piñata API, first we have to create account in &lt;a href="https://app.pinata.cloud/" rel="noopener noreferrer"&gt;Piñata Cloud&lt;/a&gt;.&lt;br&gt;
If you create a piñata cloud account, you can see a screen as follows.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fquxbifi4q817vwcofiks.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fquxbifi4q817vwcofiks.PNG" alt="Image description" width="800" height="389"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And then let's create API Keys.&lt;br&gt;
First click "Api keys" button on left slider bar and then click "New Key" button on right top.&lt;br&gt;
You can see a screen as follows.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8d9e6s2rglxlw1sietcb.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8d9e6s2rglxlw1sietcb.PNG" alt="Image description" width="800" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Type key name in "Key Name" field and then click "Create Key" button.&lt;br&gt;
Now is important.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxixpg13d80p7pgencbz1.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxixpg13d80p7pgencbz1.PNG" alt="Image description" width="800" height="389"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can see three keys.(API Key, API Secret, JWT).&lt;br&gt;
You have to copy and save these!&lt;/p&gt;




&lt;p&gt;We just created piñata cloud account and API key, Secret key and JWT.&lt;br&gt;
To be next, let's see how to use them. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhbyjan922d5cvawmview.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhbyjan922d5cvawmview.PNG" alt="Image description" width="470" height="905"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the Pinata.ts file.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fopeg5n6u40f72jb9zrr5.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fopeg5n6u40f72jb9zrr5.PNG" alt="Image description" width="569" height="132"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the part that use Pinata API Key, Secret Key and JWT.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkov2d903zpnu4z69ict9.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkov2d903zpnu4z69ict9.PNG" alt="Image description" width="743" height="599"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frn1illiudhjamjj3dqum.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frn1illiudhjamjj3dqum.PNG" alt="Image description" width="487" height="937"&gt;&lt;/a&gt;&lt;br&gt;
Here is the &lt;a href="https://github.com/ChiefTechDev/nftm" rel="noopener noreferrer"&gt;repo&lt;/a&gt;&lt;br&gt;
Until here, we saw how to create piñata cloud account and API Key, Secret Key and JWT and then how to use these Keys.&lt;br&gt;
Thank you again for your time to read my article.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>blockchain</category>
      <category>cloud</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
