• Discover
  • Partner with us
  • Chapters
  • Blog

Learn everything about Chiliz

Introduction
Chiliz Network and Its Use Cases
What Are Test Tokens and How to Utilize Them

What Are We Going to Build
Which Technologies Will Be Used
Implementing Frontend I - Creating ENV
Implementing Frontend II - Connect Wallet
Implementing Frontend III - Getting Token Balances
Implementing Frontend IV - Getting Token Metadata
Implementing Frontend V - HTML/CSS Walkthrough
Homework I - Submit your github repository link

What Are We Going to Build
Getting Chiliz Testnet Coins
Deploying NFT Marketplace Using Thirdweb
Implementing Frontend I - Creating ENV
Implementing Frontend II - Fetching Contract Info
Implementing Frontend III - Interacting with NFT Collection
Implementing Frontend IV - Interacting with Marketplace
Implementing Frontend V - List/Delist NFT on Marketplace
Implementing Frontend VI - Buy Listing
Homework II - Submit your github repository link

Submit Your Final Project

After you clone project template (in previous lesson) you must to apply this codes:

In our virtual meetup platform project, we will be using NextJS, Moralis and wagmi.

Step 1: Setup NextJS Application

NextJS allows us to build fast and highly interactive web applications. Since our virtual meetup platform will be a website, using SSR (Server Side Rendering), we need to start by creating a NextJS application.

Open up a terminal/command prompt and type the following command to create project:

npx create-next-app@latest virtual-meet

This command asks some questions regarding our choices for implementation. We will say yes to TypeScript, ESLint, Tailwind CSS and src directory. Followed by No to AppRouter and customizing alias.

Step 2: Installing Moralis

Moralis is a blockchain development platform that provides backend-as-a-service (BaaS) functionality to developers, therefore making our lives easier by abstracting complexity of blockchain development. In our application we will use Moralis to interact with the CHZ testnet.

Therefore let’s change directory to our virtual meet project using:

cd virtual-meet

and execute this command to install Moralis dependencies:

npm install moralis @moralisweb3/common-evm-utils

Now our project contains Moralis, therefore we will be able to easily interact with token contracts.

Step 3: Get Moralis API Key

Before we can fully utilize Moralis, we need to sign up and get an API key. 

  • To do that let’s go to here and create a free account
  • Once we login to our new account, it will ask us to create a project (which can be named whatever you want).
  • Navigate to your project’s Settings > Secrets, and copy the value from Web3 API Key - Default.

Step 4: Install Wagmi

Wagmi is a collection of React Hooks which we are going to use to handle authentication related functionalities. In order to install, execute the following command in your terminal/command prompt:

npm i wagmi viem

Now, our NextJS project (written in Typescript), will handle metamask authentications using Wagmi and all the other token related functionalities will be easily done using Moralis.

Previous
Next

Lesson discussion

Swap insights and ask questions about “Learn everything about Chiliz”.

Enroll to participate
Start the course to unlock the discussion. Enrolling helps us keep conversations relevant to learners.
WebsiteDiscoverPartner with UsBlogEvents
Discover
CoursesCircleRustSoliditySolanaWeb3 FundamentalsBlockchain Basics
CompanyAbout UsBrand GuidelineFAQsTerms of UsePrivacy PolicyGDPR NoticeCookies
Don't miss any update!

Disclaimer: The information, programs, and events provided on https://risein.com is strictly for upskilling and networking purposes related to the technical infrastructure of blockchain platforms. We do not provide financial or investment advice, nor do we make any representations regarding the value, profitability, or future price of any blockchain or cryptocurrency. Users are encouraged to conduct their own research and consult with licensed financial professionals before engaging in any investment activities. https://risein.com disclaims any responsibility for financial decisions made by users based on the information provided here.

© 2026 Rise In, All rights reserved