Skip to content

Commit

Permalink
Update 3. Adding Image to NFT.md
Browse files Browse the repository at this point in the history
Fixed typos
  • Loading branch information
Ash20pk authored Jan 14, 2024
1 parent e94b956 commit e94a9cd
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Now we will use the standard format required by NFT platforms to describe the da

## Get started with Pinata IPFS

First of all, we will upload our chosen image to Pinata. You can choose any image you want to choose but we need to follow the certain method to make a normal image to an NFT.
First of all, we will upload our chosen image to Pinata. You can choose any image you want to choose but we need to follow a certain method to make a normal image to an NFT.

So what is Pinata? It works like a peer-to-peer database storage system. Here, we save our data and access it using URL. So, here’s what we’re gonna do.
So what is Pinata? It works like a peer-to-peer database storage system. Here, we save our data and access it using a URL. So, here’s what we’re gonna do.

1. Signup to Pinata
2. Upload an image to Pinata
Expand All @@ -32,20 +32,20 @@ So, I have given you an overview here. Let’s move onto actually doing it.

Head over to [Pinata](https://www.pinata.cloud/) and create a free account.

1. Click on “Start Building” button. It will take you to the sign up page.
2. Enter your email address, select “Builder” in title section and move “Next.”
1. Click on the “Start Building” button. It will take you to the signup page.
2. Enter your email address, select “Builder” in the title section, and move “Next.”
3. Set your first name, last name and password.
4. Confirm your email by entering the confirmation code.
5. Your Pinata profile is ready to go. Here’s how it will look like:
5. Your Pinata profile is ready to go. Here’s what it will look like:

![Frame 3560339.png](https://github.com/0xmetaschool/Learning-Projects/blob/Add-GIFs-DAO/assests_for_all/How%20to%20write%20a%20smart%20contract%20and%20mint%20Elon%20Musk%20NFT%20on%20OpenSea/Adding%20Image%20to%20NFT/Frame_3560339.png?raw=true)

### Upload an image to Pinata

Next, you need to upload image file to Pinata dashboard.
Next, you need to upload an image file to the Pinata dashboard.

1. Click on “+ Add Files” button and select “File”.
2. Click on “Select a file” button, browse through your folder, find the image you want to upload, and select it.
1. Click on the “+ Add Files” button and select “File”.
2. Click on the “Select a file” button, browse through your folder, find the image you want to upload, and select it.

I am downloading the image from Google. You can download any other image. Here’s how I’m doing it:

Expand All @@ -55,8 +55,8 @@ I am downloading the image from Google. You can download any other image. Here

Now that you have uploaded the image to Pinata. You need to fetch the URL.

1. Click on “Share” button.
2. Copy public URL.
1. Click on the “Share” button.
2. Copy the public URL.

Here’s how I’m doing it:

Expand Down

0 comments on commit e94a9cd

Please sign in to comment.