With the popularity of NFT, some NFTs on the Internet have been fried to sky high prices. Seeing those people making NFTs, do you want to have your own NFT? Today, I will teach you how to create your own NFT
At present, the well-known NFT markets include opensea and rarible. When creating NFT, NFT information needs to be saved to the blockchain. This process requires a handling fee, and the fee is not cheap. There are public chains and test chains on the blockchain. Public chains require fees, but test chains do not. To demonstrate, today we will use an open-source tool, finger NFT, to teach you how to create NFT in the test chain.
The source code is on GitHub: https://github.com/fingerchar…
First, before creating NFT, we need to have our own wallet. The browser I use is chrome, and the wallet uses metamask,
People without this wallet can go to the chrome app store to download it.
1. After entering the finger NFT interface, click to connect your wallet and log in to the website.
2. Click to connect your wallet
3. After clicking the above, metamask will pop up the signature box. Clicking the signature can bind your wallet
4. After binding the wallet, you can access your account
5. Click create to select the NFT type you want to create. If you sell a work only once, you can select “create a single one”. If you want to sell it multiple times, you can select “create multiple”
6. We first click to create a single to operate, and then click to fill in the details. We can upload video, audio, pictures and other format files, and set the name, description and attributes. Note that although we can create NFT freely on the test chain, if we are on the public chain, we should try to improve the information we create here. Do not write it casually. Otherwise, we cannot change it once it is created and sold.
7. Click Create item after filling
8. First, we need to authorize the NFT to the system so that we can sell it on the system. Next, we need to upload the file, create our own NFT, link it to the wallet, and then click sell wallet to confirm it
9. This completes the production and sale of NFT
10. In this way, you can see the NFT we created on the page. Click the three points in the lower right corner of the picture and select opensea. You can also see the NFT we created on opensea