Advancing Into Avalanche (Run 2)
The Avalanche campaign covers core concepts of the Avalanche network and its Subnet technology, development tools, and smart contract development for creating fungible and non-fungible tokens, culminating in building a GameFi dApp with an NFT marketplace
📄️ (Beginner) Quest 1: Introduction to Avalanche Ecosystem (Re-Run)
In this quest, you will learn about the key components and applications of the Avalanche ecosystem, including the Avalanche consensus model, P-Chain, X-Chain, and C-Chain, as well as the Avalanche developer community sites
📄️ (Beginner) Quest 2: Introduction to Subnets (Re-Run)
Brief Overview Goes Here
📄️ (Beginner) Quest 3: AvalancheGo APIs (Re-Run)
In this quest, you'll learn how to use AvalancheGo APIs to interact with the Avalanche network and practical examples of calling APIs through Postman. By the end of the quest, you'll be able to use AvalancheGo to interact with the blockchain and describe the Keystore API
📄️ (Beginner) Quest 4: Create EVM Subnet on Local Network (Re-Run)
In this quest, you'll use Avalanche CLI to set up and deploy a Subnet on your local network and interact with it using Postman and cURL commands. By the end of the quest, you'll be able to describe Avalanche CLI, use Postman and cURL commands to interact with a local Subnet, and understand the features of HyperSDK
📄️ (Beginner) Quest 5: AvalancheJS (Re-Run)
In this quest, you will learn about AvalancheJS, a JavaScript library that offers functionalities similar to AvalancheGo. You will be able to describe its uses, interact with the X-Chain, create a keypair, send an asset, and transfer AVAX tokens between blockchains
📄️ (Beginner) Quest 6: Hello World Project (Re-Run)
Brief Overview Goes Here
📄️ (Intermediate) Quest 7: ERC20 Token Project (Re-Run)
In this quest, we'll learn about the Hardhat development framework, create an ERC20 token smart contract, and deploy it to a locally created EVM subnet, as well as describing the functionalities of the Core wallet
📄️ (Intermediate) Quest 8: Capstone Project - ERC721 Token SC (Re-Run)
Brief Overview Goes Here
📄️ (Intermediate) Quest 9: Capstone Project - Game Frontend with ERC721 Token SC (Re-Run)
In this quest, we will build a React memory game where players match 4 sets of cards and NFTs of matching images are minted on Avalanche Fuji Testnet C-Chain using Ethers.js and Pinata to store images on IPFS
📄️ (Advanced) Quest 10: Capstone Project - NFT Marketplace SC (Re-Run)
In this quest, we will be building an NFT marketplace powered by auction and auction manager smart contracts, allowing players to list their NFTs up for auction and sellers to bid for them
📄️ (Advanced) Quest 11: Capstone Project - NFT Marketplace Frontend (Re-Run)
In this quest, you will learn how to build an NFT auctioning marketplace by combining the ERC721, Auction, and Auction Manager smart contracts and building a frontend that interacts with them using the ethers.js library