Development Guides
Automated Blockchain Telegram Bot
This tutorial teaches you how to create an automated web3 telegram bot that listens to blockchain events and sends real-time notifications.
Block API - Full Guide & Walkthrough
This tutorial teaches you what an Block API is, what are some of its most common use cases, and how to use it within your tech stack.
Blockchain Discord Bot
This tutorial teaches you how to create a web3 discord bot that listens to blockchain events and sends real-time notifications.
Live Crypto Notifications
This tutorial teaches you how to use the Streams API to display live desktop notifications for any USDT transfers.
NFT API - Full Guide & Walkthrough
This tutorial teaches you what an NFT API is, what are some of its most common use cases, and how to use it within your tech stack.
Token Gating Website (NextJS)
This tutorial teaches you how to add NFT gated functionality to your NextJS dapp. You can set the rules using getServerSide
for each page you want to protect. This tutorial works on almost any blockchain, including Ethereum, Polygon, BNB Smart Chain, Avalanche, Cronos, and many more!
Solana Micro Blogger Dapp
This tutorial teaches you how to create your very own Micro Blogger Dapp powered by Solana Smart contract and Moralis
Solana Multiplayer Game - TicTacToe
This tutorial teaches you how to create your very own Multiplayer Tic Tac Toe game powered by Solana Smart contract and Moralis
Solana NFT Burner
This tutorial teaches you how to create your very own NFT burner dapp in NextJS using Metaplex JS SDK, and the Moralis API.
Solana NFT Explorer
Solana NFT Explorer is an app powered by the Solana NFT API which lets you explore all the NFTs that any wallet is holding.
Solana NFT Minter
This tutorial teaches you how to create your very own NFT minter dapp in NextJS using Metaplex JavaScript SDK, and the Moralis API.
Streams API - Full Guide & Walkthrough
This tutorial teaches you what the Streams API is, what are some of its most common use cases, and how to use it within your tech stack.
Token API - Full Guide & Walkthrough
This tutorial teaches you what an Token API is, what are some of its most common use cases, and how to use it within your tech stack.
Token Gating Website (Django)
This tutorial is a continuation of the previous tutorial on how to use Moralis' Auth API in Django. Now, in this tutorial, you will learn how to show content for a restricted page only when the currently authenticated user holds a specific NFT.
Unreal 5 Get Web3 Data
This tutorial shows you how to connect an Unreal game to a Moralis backend, in this case hosted on AWS Lambda. We will retrieve a wallet's native balance and its NFTs. Below we provide a sample game to set everything up in a few minutes.
Zapper Clone
This tutorial teaches you how to build a Zapper-like application where you can check Token Balance, Transaction History and NFT balances.