How to Launch an NFT Collection with Metaplex Core Candy Machine
In this guide, you will learn how to create and launch an NFT collection using Metaplex Core and the Candy Machine.
How To Create and Mint an SPL Token using Solidity and Solang
In this guide, you will learn how to create and mint an SPL token using Solidity and Solang with Anchor.
Create a Solana SPL Token with Metaplex
Learn how to create a Solana SPL token step-by-step using the Metaplex Token Metadata Standard and Umi. Ideal for developers looking to launch and manage fungible tokens efficiently.
🎥 How to Create an NFT Collection with AI, IPFS, and Foundry
Learn how to create an NFT Collection using AI to generate the images, Foundry to deploy the contract, and IPFS for decentralized storage.
🎥 What is IPFS?
A video explaining what is IPFS and how it works.
How to Create and Host a Blog with IPFS using QuickNode
In this guide, you will learn how to create a blog website using HTML/CSS/JavaScript and then learn how to serve your website on IPFS using QuickNode.
How to Create and Deploy an ERC-721 (NFT)
This guide will show you how to create and deploy an ERC-721 token.
Como crear y lanzar un ERC-721 (NFT)
Esta guía cubrirá la parte de creación y lanzamiento de nuestro propio ERC-721 (NFT) usando una librería de smart contract 0xcert/ethereum-erc721
How to Store Data with IPFS on Ethereum
In this guide, you will discover how to store data on IPFS using either QuickNode's IPFS tool or by setting up your own IPFS node. You'll then deploy a smart contract to Ethereum Sepolia's testnet to store this data's unique hash and finally design a frontend to render and interact with the hash stored within your smart contract.